Beispiel #1
0
 private void OnWindowDestroyed(WindowHookEventArgs e)
 {
     if (this.innerWindowDestroyed != null)
     {
         innerWindowDestroyed.Invoke(this, e);
     }
 }
Beispiel #2
0
 private void OnWindowDestroyed(WindowHookEventArgs e)
 {
     if (this.innerWindowDestroyed != null)
         innerWindowDestroyed.Invoke(this, e);
 }