|
|
@ -1,9 +1,12 @@ |
|
|
using System; |
|
|
|
|
|
|
|
|
using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_; |
|
|
|
|
|
using BWP.Web.Pages.B3QingDaoWanFu.Overlays; |
|
|
|
|
|
using System; |
|
|
using System.Collections.Generic; |
|
|
using System.Collections.Generic; |
|
|
using System.Linq; |
|
|
using System.Linq; |
|
|
using System.Text; |
|
|
using System.Text; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
using TSingSoft.WebPluginFramework; |
|
|
using TSingSoft.WebPluginFramework; |
|
|
|
|
|
using TSingSoft.WebPluginFramework.Pages; |
|
|
|
|
|
|
|
|
namespace BWP.B3QingDaoWanFu |
|
|
namespace BWP.B3QingDaoWanFu |
|
|
{ |
|
|
{ |
|
|
@ -11,6 +14,7 @@ namespace BWP.B3QingDaoWanFu |
|
|
{ |
|
|
{ |
|
|
public void OnInit() |
|
|
public void OnInit() |
|
|
{ |
|
|
{ |
|
|
|
|
|
WpfPageFactory.RegisterPageOverlay(typeof(StatPayEdit).FullName, typeof(StatPayEdit_Ext).FullName); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |