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 BWP.Web.Overlays;
|
|
|
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()
|
|
|
{
|
|
|
WpfPageFactory.RegisterPageOverlay(typeof(SaleOutStoreAnalyse).FullName, typeof(SaleOutStoreAnalyse_Ext).FullName);
|
|
|
}
|
|
|
|
|
|
public void OnUnitInit()
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
}
|
|
|
}
|