From 80fa15d5c3b239a4da7ebb86c534266300d6cdcd Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期五, 03 七月 2020 10:47:44 +0800
Subject: [PATCH] Merge branch 'master' of http://gitblit.broconcentric.com:8088/r/M071

---
 src/Bro.UI.Config/MenuForms/FrmConfig.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/Bro.UI.Config/MenuForms/FrmConfig.cs b/src/Bro.UI.Config/MenuForms/FrmConfig.cs
index 16331d8..ef01a46 100644
--- a/src/Bro.UI.Config/MenuForms/FrmConfig.cs
+++ b/src/Bro.UI.Config/MenuForms/FrmConfig.cs
@@ -3,6 +3,8 @@
 using System;
 using Microsoft.VisualBasic;
 using System.Windows.Forms;
+using Bro.Common.PubSub;
+using static Bro.Common.Helper.EnumHelper;
 
 namespace Bro.UI.Config.MenuForms
 {
@@ -58,8 +60,8 @@
                 return;
             }
             Process.CreateNewConfig(propGrid.SelectedObject as IProcessConfig, pCode);
-
             MessageBox.Show("鍒涘缓鏂伴厤缃畬鎴�");
+            PubSubCenter.GetInstance().Publish(PubSubCenterMessageType.UpdateProductionCodes.ToString(), null, null);
         }
     }
 }

--
Gitblit v1.8.0