<?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.Thick.Blowing.UI" />
    <!--引用命名空间-->
    <namespace name="FLY.Thick.Blowing.UI.Fix.Client.UiModule" />

    <alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />

    <container>
      <!--按钮区-->
      <register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="ms" />
      <register type="IUiModule2" mapTo="UiModule2_MenuProfile" name="mp" />
      <!--动态区-->
      <register type="IUiModule2" mapTo="UiModule2_DynAreaThick" name="dt" />
      <register type="IUiModule2" mapTo="UiModule2_DynAreaProfile" name="dp" />
      <register type="IUiModule2" mapTo="UiModule2_DynAreaBlowing" name="db" />
      <register type="IUiModule2" mapTo="FLY.Thick.Base.UI.UiModule.UiModule2_DynAreaIO, FLY.Thick.Base.UI" name="dio" />
      <!--图表区-->
      <register type="IUiModule2" mapTo="FLY.Thick.Base.UI.UiModule.UiModule2_FixGraph, FLY.Thick.Base.UI" name="gf" />
      <register type="IUiModule2" mapTo="UiModule2_ScanGraph" name="gs" />
      <register type="IUiModule2" mapTo="UiModule2_ScanGraph2" name="gs2" />
      <register type="IUiModule2" mapTo="UiModule2_ScanGraphCircular" name="gsc" />
      <register type="IUiModule2" mapTo="UiModule2_TrendGraph" name="gt" />
    </container>

  </unity>
</configuration>