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