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