예제 #1
0
 public void Dispose()
 {
     try
     {
         this.Desconectar();
         this.camara.Dispose();
         this.camara = null;
     }
     catch (Exception ex)
     {
         procesarExcepcion(ex, "Dispose");
     }
 }
예제 #2
0
 public void Dispose()
 {
     try
     {
         this.Desconectar();
         this.camara.Dispose();
         this.camara = null;
     }
     catch (Exception ex)
     {
         procesarExcepcion(ex, "Dispose");
     }
 }