Exemplo n.º 1
0
 public void EndInvoke(IAsyncResult ar)
 {
     if (MyEvent != null)
     {
         MyEvent.EndInvoke(ar);
     }
 }