From ecfbcc199e6fab29d458512e17723825788fe640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=84=E5=A4=B4?= Date: Mon, 1 Jul 2024 11:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AF=E8=A7=A6=E8=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mesnac.Action.ChemicalWeighing/Qu/InitAction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Qu/InitAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Qu/InitAction.cs index 52db18a..1c17fba 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Qu/InitAction.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Qu/InitAction.cs @@ -124,7 +124,6 @@ namespace Mesnac.Action.ChemicalWeighing.Qu MCButton2147483645= controls.FirstOrDefault(x => x.Name == "MCButton2147483645") as MCButton; MCButton2147483645.Click += MCButton2147483644_Click; - MCButton2147483644_Click(new object(), new EventArgs()); MCButton2147483644 = controls.FirstOrDefault(x => x.Name == "MCButton2147483644") as MCButton; @@ -278,6 +277,7 @@ namespace Mesnac.Action.ChemicalWeighing.Qu + MCButton2147483644_Click(new object(), new EventArgs()); } private void MCButton2147483644_Click1(object sender, EventArgs e)