Commit f01f5668 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 lcus1 没反应

parent d523fd96
Subproject commit 94decdd5a6cdc48b9659e14f3d691429f2a59fec Subproject commit 1131b035b78ea3c8c62ca22c65eadae4ac0b5733
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<alias alias="UserControl" type="System.Windows.Controls.UserControl,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> <alias alias="UserControl" type="System.Windows.Controls.UserControl,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<container> <container>
<register type="UserControl" mapTo="UcSectionOsk" name="osk" /> <register type="UserControl" mapTo="UcSectionOsk" name="osk" />
<register type="UserControl" mapTo="UcSectionError" name="error" />
</container> </container>
</unity> </unity>
</configuration> </configuration>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Unity.Configuration" />
</configSections>
<unity>
<assembly name="FLY.Thick.Base.UI" />
<namespace name="FLY.Thick.Base.UI" />
<namespace name="FLY.Thick.Base.UI.OnInit" />
<assembly name="FLY.OBJComponents" />
<namespace name="FLY.OBJComponents.IService" />
<namespace name="FLY.OBJComponents.Client" />
<alias alias="IOnInit" type="MultiLayout.UiModule.IOnInit, MultiLayout" />
<container>
<register type="LCUS1" mapTo="LCUS1_dependOn">
<lifetime type="singleton" />
</register>
</container>
</unity>
</configuration>
\ No newline at end of file
...@@ -6,12 +6,17 @@ ...@@ -6,12 +6,17 @@
<unity> <unity>
<assembly name="FLY.Thick.Base.UI" /> <assembly name="FLY.Thick.Base.UI" />
<namespace name="FLY.Thick.Base.UI" /> <namespace name="FLY.Thick.Base.UI" />
<namespace name="FLY.Thick.Base.UI.OnInit" />
<alias alias="Window" type="System.Windows.Window,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> <alias alias="Window" type="System.Windows.Window,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<alias alias="IOnInit" type="MultiLayout.UiModule.IOnInit, MultiLayout" />
<container> <container>
<register type="LCUS1" mapTo="LCUS1_dependOn"> <register type="Window" mapTo="WdIOTip" name="wdIOTip" />
<register type="IOnInit" mapTo="OnInitError" name="error">
<lifetime type="singleton" />
</register>
<register type="IOnInit" mapTo="OnInitLcus1_One" name="lcus1">
<lifetime type="singleton" /> <lifetime type="singleton" />
</register> </register>
<register type="Window" mapTo="WdIOTip" name="wdIOTip" />
</container> </container>
</unity> </unity>
</configuration> </configuration>
\ No newline at end of file
{ {
"Name": "root", "Name": "root",
"Path": [ "Path": [
"root.config" "root.config",
"lcus1.config"
], ],
"Children": [ "Children": [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment