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