From 27c04c726187ca50c6c693c4aec92a1c43ef115b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 19 四月 2025 08:12:17 +0800 Subject: [PATCH] 修改登录页 --- DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs | 23 ++++++++--------------- 1 files changed, 8 insertions(+), 15 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs index 5ac946a..a9c690c 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs @@ -15,6 +15,13 @@ { string _webServiceName = "MesQcExceptionalManager/"; List<FilterEntity> _filterList = new List<FilterEntity>(); + + public void Initialize(string param) + { + // 浣跨敤param杩涜鍒濆鍖栧伐浣� + MessageBox.Show(param); + } + public MesQcExceptional() { InitializeComponent(); @@ -252,20 +259,6 @@ }; frm.ShowDialog(); } - - public event EventHandler<UpdateParentEventArgs> UpdateParent; - private void simpleButton1_Click(object sender, EventArgs e) - { - if (UpdateParent != null) - { - List<string> lst = new List<string>(); - lst.Add("1"); - lst.Add("2"); - UpdateParent?.Invoke(this, - new UpdateParentEventArgs { StringList = lst }); - } - - - } + } } \ No newline at end of file -- Gitblit v1.9.3