예제 #1
0
파일: Csharp.cs 프로젝트: r3xakead0/Db2Code
 public Csharp(string path, Mssql database)
 {
     this.PathRoot = path;
     this.Database = database;
 }
예제 #2
0
파일: vbnet.cs 프로젝트: r3xakead0/Db2Code
 public Vbnet(string path, Mssql database)
 {
     this.PathRoot = path;
     this.Database = database;
 }