Exemplo n.º 1
0
 protected virtual void OnNameChanged(ThreadEventArgs e)
 {
     if (NameChanged != null)
     {
         NameChanged(this, e);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnExited(ThreadEventArgs e)
 {
     if (Exited != null)
     {
         Exited(this, e);
     }
 }