예제 #1
0
 public ucEliminar()
 {
     InitializeComponent();
     objCon = new clsConexion();
     objCar = new clsCaracteres();
     fot    = false;
 }
예제 #2
0
 public ucRegistrar()
 {
     InitializeComponent();
     objCon = new clsConexion();
     objCar = new clsCaracteres();
     act    = false;
 }