From c17256b03bddea4eabe91f5be07507e3c22b6975 Mon Sep 17 00:00:00 2001 From: Tonb73 Date: Fri, 19 Apr 2024 17:16:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D1=83=20=D0=B2=D1=80=D0=BE=D0=B4=D0=B5?= =?UTF-8?q?=20=D1=82=D0=BE=D1=87=D0=BD=D0=BE=20=D0=B2=D1=81=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FormElectricLocomotiveConfig.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ProjectElectricLocomotive/FormElectricLocomotiveConfig.cs b/ProjectElectricLocomotive/FormElectricLocomotiveConfig.cs index 517c0ef..f4281d5 100644 --- a/ProjectElectricLocomotive/FormElectricLocomotiveConfig.cs +++ b/ProjectElectricLocomotive/FormElectricLocomotiveConfig.cs @@ -63,16 +63,8 @@ public partial class FormElectricLocomotiveConfig : Form } } - public event Func MyEvent; - public void OnMyEvent(Func obj) - { - MyEvent += obj; - } - static void Handle(object obj) - { - - } + ///