<?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.Winder.UI.Client" />
<namespace name="FLY.Winder.UI.Client.UiModule" />
<alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />
<container>
<register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="winder_ms" />
<register type="IUiModule2" mapTo="UiModule2_DynAreaWinder" name="winder_da" />
<register type="IUiModule2" mapTo="UiModule2_MainPanel" name="winder_mp" />
<register type="IUiModule2" mapTo="UiModule2_CenterWinderPanel" name="winder_cwp" />
<register type="IUiModule2" mapTo="UiModule2_MainPanel2" name="winder_mp2" />
</container>
</unity>
</configuration>
-
潘栩锋 authored6968ee31