<?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.Weight.UI.Client" />
<namespace name="FLY.Weight.UI.Client.UiModule" />
<alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />
<container>
<register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="weighter_ms" />
<register type="IUiModule2" mapTo="UiModule2_DynAreaWeight" name="weighter_da" />
<register type="IUiModule2" mapTo="UiModule2_FlowGraph" name="weighter_fg" />
<register type="IUiModule2" mapTo="UiModule2_MainGraph" name="weighter_mg" />
<register type="IUiModule2" mapTo="UiModule2_UcThickness" name="weighter_thk" />
<register type="IUiModule2" mapTo="UiModule2_UcTotalFlow" name="weigher_tf" />
<register type="IUiModule2" mapTo="UiModule2_UcWeighterItem" name="weighter_item" />
</container>
</unity>
</configuration>
-
潘栩锋 authoreda2f5a492