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