Beispiel #1
0
 public Form1()
 {
     InitializeComponent();
     this.coneccion = new SQLConection("LAB3PC08\\SQLEXPRESS", "AdventureWorks2012");
 }
Beispiel #2
0
 public Borrar(SQLConection con)
 {
     InitializeComponent();
     this.cone = con;
 }
Beispiel #3
0
 public Agregar(SQLConection cone)
 {
     InitializeComponent();
     this.cone = cone;
 }