예제 #1
0
 public void CleanEvent()
 {
     try
     {
         foreach (Delegate d in this.evtDataReceive.GetInvocationList())
         {
             this.evtDataReceive -= (EventHandler<MvaWacohForceMessageEventArgs>)d;
         }
     }
     catch (Exception ex) { MvaLog.Write(ex); }
 }
예제 #2
0
 void DisposeSelf()
 {
     try { this.Close(); }
     catch (Exception ex) { MvaLog.Write(ex); }
 }