From abd5af85f1e066d3ca9513e11cd3dcaca5128ec6 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Sun, 19 Nov 2017 22:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=8D=95=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E5=A5=96=E7=BD=9A=EF=BC=8C=E5=A6=82=E6=9E=9C=E7=94=A8=E5=B1=A0?= =?UTF-8?q?=E5=AE=B0=E5=8D=95=EF=BC=8C=E5=88=99=E5=8A=A0=E4=B8=AA=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E7=94=A8=E6=9D=A5=E5=8C=BA=E5=88=86=E6=98=AF=E7=94=A8?= =?UTF-8?q?=E9=87=8D=E9=87=8F=E8=BF=98=E6=98=AF=E7=94=A8=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3QingDaoWanFu.Web/PluginClass.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/B3QingDaoWanFu.Web/PluginClass.cs b/B3QingDaoWanFu.Web/PluginClass.cs index 0f2a52f..6b42257 100644 --- a/B3QingDaoWanFu.Web/PluginClass.cs +++ b/B3QingDaoWanFu.Web/PluginClass.cs @@ -1,4 +1,5 @@ -using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_; +using BWP.B3ButcherManage; +using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_; using BWP.Web.Pages.B3QingDaoWanFu.Overlays; using System; using System.Collections.Generic; @@ -16,6 +17,7 @@ namespace BWP.B3QingDaoWanFu { WpfPageFactory.RegisterPageOverlay(typeof(StatPayEdit).FullName, typeof(StatPayEdit_Ext).FullName); WpfPageFactory.RegisterPageOverlay(typeof(StatPayAnalyse).FullName, typeof(StatPayAnalyse_Ext).FullName); + GlobalFlags.On(B3ButcherManageConsts.GlobalFlags.StatPayAddRewardWithButcherUseWeight); } } }