コード例 #1
0
ファイル: Form1.cs プロジェクト: TrittoG/Programacion-II
 public Form1()
 {
     InitializeComponent();
     this.coneccion = new SQLConection("LAB3PC08\\SQLEXPRESS", "AdventureWorks2012");
 }
コード例 #2
0
 public Borrar(SQLConection con)
 {
     InitializeComponent();
     this.cone = con;
 }
コード例 #3
0
ファイル: Agregar.cs プロジェクト: TrittoG/Programacion-II
 public Agregar(SQLConection cone)
 {
     InitializeComponent();
     this.cone = cone;
 }