using BWP.B3Sale;
|
|
using BWP.Web.Overlays;
|
|
using BWP.Web.Overlays.CarLoadingAnalyse_;
|
|
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);
|
|
WpfPageFactory.RegisterPageOverlay(typeof(BWP.Web.Pages.B3Sale.Reports.CarLoadingAnalyse_.CarLoadingAnalyse).FullName, typeof(CarLoadingAnalyse).FullName);
|
|
}
|
|
|
|
public void OnUnitInit()
|
|
{
|
|
|
|
}
|
|
|
|
#endregion
|
|
}
|
|
}
|