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