public void InvokeEventOnRequireFlyPanelUpdate() { try { OnRequireFlyPanelUpdate?.Invoke(this, EventArgs.Empty); } catch { } }
void InvokeEventOnRequireFlyPanelUpdate(object sender, EventArgs args) { try { OnRequireFlyPanelUpdate?.Invoke(this, EventArgs.Empty); } catch { } }