Ejemplo n.º 1
0
 protected void OnQuit(ChatEventArg e)
 {
     if (Quit != null)
     {
         Quit(this, e);
     }
 }
Ejemplo n.º 2
0
 protected void OnJoin(ChatEventArg e)
 {
     if (Join != null)
     {
         Join(this, e);
     }
 }