weighter.component.config 1.24 KB
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Unity.Configuration"/>
  </configSections>
  <unity xmlns="http://schemas.microsoft.com/practices/2010/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_d" />
      <!--图表区-->
      <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_uth" />
      <register type="IUiModule2" mapTo="UiModule2_UcTotalFlow" name="weighter_utf" />
      <register type="IUiModule2" mapTo="UiModule2_UcWeighterItem" name="weighter_uwi" />
    </container>

  </unity>
</configuration>