Пример #1
0
 private void OnGot_PM(Got_PM_EventArgs e)
 {
     if (Got_PM != null)
     {
         Got_PM(this, e);
     }
 }
Пример #2
0
 private void OnGot_PM(Got_PM_EventArgs e)
 {
     if(Got_PM!=null)
         Got_PM(this,e);
 }