clientService.config 819 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
<?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" />
    
    <container>

      <register type="LCUS1" mapTo="LCUS1_dependOn">
        <lifetime type="singleton" />
      </register>
      <register 
        type="System.Windows.Window,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
        mapTo="FLY.Thick.Blowing.UI.Fix.Client.WdIOTip,FLY.Thick.Blowing.UI"
        name="wdIOTip">
      </register>


      

    </container>
  </unity>
</configuration>