Ejemplo n.º 1
0
 public Csharp(string path, Mssql database)
 {
     this.PathRoot = path;
     this.Database = database;
 }
Ejemplo n.º 2
0
 public Vbnet(string path, Mssql database)
 {
     this.PathRoot = path;
     this.Database = database;
 }