You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
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);
|
|
|
}
|
|
|
}
|
|
|
}
|