Example #1
0
 public PACForm()
 {
     InitializeComponent();
     this.PerformAutoScale();
     dbUser = new DBUsuario();
     dbPrendasal = new DBPRENDASAL();
     dbPrestamo = new DBPrestamo();
     dbPAC = new DBPac();
 }
Example #2
0
 public ConfirmarPAC(Pac a , eOperacion operacion)
 {
     InitializeComponent();
     dbUser = new DBUsuario();
     dbPAC = new DBPac();
     ACCION = operacion;
     PAC = a;
     mostrarDatos();
 }