Esempio n. 1
0
 public void Dispose()
 {
     try
     {
         StopStream();
         ComInterface.Dispose();
     }
     catch
     {
     }
 }