Exemplo n.º 1
0
 internal void RaiseDisconnect()
 {
     RemoteSharedObject.DispatchDisconnect(this);
     if (DisconnectHandler != null)
     {
         DisconnectHandler(this, new EventArgs());
     }
 }