Пример #1
0
 public void InvokeEventOnRequireFlyPanelUpdate()
 {
     try
     {
         OnRequireFlyPanelUpdate?.Invoke(this, EventArgs.Empty);
     }
     catch { }
 }
Пример #2
0
 void InvokeEventOnRequireFlyPanelUpdate(object sender, EventArgs args)
 {
     try
     {
         OnRequireFlyPanelUpdate?.Invoke(this, EventArgs.Empty);
     }
     catch { }
 }