Beispiel #1
0
 void OnRecv(CRecvArgs e)
 {
     if (OnRecved != null)
     {
         OnRecved(this, e);
     }
 }
Beispiel #2
0
 private void onRecvTriger(object sender, CRecvArgs e)
 {
     OnRecv(e);
 }