Example #1
0
 void OnConnectionRecieved(object sender, ConnectionRecievedEventArgs e)
 {
     if (ConnectionRecieved != null)
     {
         ConnectionRecieved(this, e);
     }
 }
Example #2
0
 void OnConnectionRecieved(object sender, ConnectionRecievedEventArgs e)
 {
     if (ConnectionRecieved != null)
         ConnectionRecieved(this, e);
 }