Esempio n. 1
0
 private void DoHideNotify()
 {
     HideNotify?.Invoke(this, new EventArgs());
     hideTimer.Stop();
 }
Esempio n. 2
0
 protected void InvokeHideNotify()
 {
     SafeInvoke(() => HideNotify?.Invoke(this, new EventArgs()));
 }