东方万旗模块
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.
 

29 lines
766 B

using BWP.B3Sale;
using BWP.Web.Overlays;
using BWP.Web.Pages.B3CowButcherManage.Bills.ProductTask_;
using BWP.Web.Pages.B3Sale.Reports;
using TSingSoft.WebPluginFramework;
using TSingSoft.WebPluginFramework.Pages;
namespace B3_DongFangWanQi.Web
{
public class PluginClass : IPluginClass
{
#region IPluginClass Members
public void OnInit()
{
GlobalFlags.On(B3SaleConsts.Flags.CarLoadingAnalyseMoney);
WpfPageFactory.RegisterPageOverlay(typeof(SaleOutStoreAnalyse).FullName, typeof(SaleOutStoreAnalyse_Ext).FullName);
WpfPageFactory.RegisterPageOverlay(typeof(ProductTaskEdit).FullName, typeof(B3CowProductTaskEdit).FullName);
}
public void OnUnitInit()
{
}
#endregion
}
}