Commit 76eb9a2d authored by 潘栩锋's avatar 潘栩锋 🚴

添加 客户端 unity 下吹模块

parent 36c81e1c
<?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.DownBlowing.UI.Client" />
<namespace name="FLY.DownBlowing.UI.Client.UiModule" />
<alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />
<container>
<register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="downBlowing_ms" />
<register type="IUiModule2" mapTo="UiModule2_DynAreaWinder" name="downBlowing_daw" />
<register type="IUiModule2" mapTo="UiModule2_WinderPanel" name="downBlowing_wp" />
<register type="IUiModule2" mapTo="UiModule2_TempAreaPanel" name="downBlowing_tap" />
<register type="IUiModule2" mapTo="UiModule2_FeederPanel" name="downBlowing_fp" />
</container>
</unity>
</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.DownBlowing" />
<namespace name="FLY.DownBlowing.IService" />
<namespace name="FLY.DownBlowing.Client" />
<namespace name="FLY.DownBlowing.Server.Model" />
<assembly name="FLY.OBJComponents" />
<namespace name="FLY.OBJComponents.IService" />
<namespace name="FLY.OBJComponents.Client" />
<alias alias="WarningReasonWindow" type="FLY.Thick.Base.UI.WarningReasonWindow,FLY.Thick.Base.UI" />
<container>
<register type="IDownBlowingSystemService" mapTo="DownBlowingSystemServiceClient">
<lifetime type="singleton" />
<constructor>
<param name="serviceId" value="38000" />
<param name="connName" dependencyName="cn4" />
</constructor>
</register>
<register type="IWarningService" mapTo="WarningServiceClient" name="downBlowingWarningService">
<lifetime type="singleton" />
<constructor>
<param name="serviceId" value="20000" />
<param name="connName" dependencyName="cn4" />
</constructor>
</register>
<register type="WarningReasonWindow" name="downBlowingWarningReasonWindow">
<lifetime type="singleton" />
<constructor>
<param name="warningService" dependencyName="winderWarningService" />
<param name="size" value="100" />
</constructor>
</register>
</container>
</unity>
</configuration>
\ No newline at end of file
......@@ -17,7 +17,8 @@
"ibc.service.config",
"thickHeatAnalyst.Fix.service.config",
"weighter2.service.config",
"onInit.config"
"onInit.config",
"downBlowing.service.config"
],
"Children": []
},
......@@ -46,7 +47,8 @@
"integrated.component.config",
"thickHeatAnalyst.Fix.component.config",
"weighter.component.config",
"weighter2.component.config"
"weighter2.component.config",
"downBlowing.component.config"
],
"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