using System; using System.Collections.Generic; using System.Linq; using System.Text; using TSingSoft.WebPluginFramework; using TSingSoft.WebPluginFramework.Pages; namespace BWP.Web.Pages { public class PluginClass : IPluginClass { public void OnInit() { WpfPageFactory.RegisterPageOverlay(typeof(B3ButcherManage.Tools.SaleOutStoreBalance).FullName, typeof(B3ButcherManageToSale.Overlays.SaleOutStoreBalance).FullName); WpfPageFactory.RegisterPageOverlay(typeof(B3ButcherManage.Tools.OrderMatchPage).FullName, typeof(B3ButcherManageToSale.Overlays.OrderMatchPage).FullName); } } }