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.
 

21 lines
654 B

using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_;
using BWP.Web.Pages.B3QingDaoWanFu.Overlays;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TSingSoft.WebPluginFramework;
using TSingSoft.WebPluginFramework.Pages;
namespace BWP.B3QingDaoWanFu
{
public class PluginClass : IPluginClass
{
public void OnInit()
{
WpfPageFactory.RegisterPageOverlay(typeof(StatPayEdit).FullName, typeof(StatPayEdit_Ext).FullName);
WpfPageFactory.RegisterPageOverlay(typeof(StatPayAnalyse).FullName, typeof(StatPayAnalyse_Ext).FullName);
}
}
}