コード例 #1
0
 public VocClient(string host)
 {
     this.dblib = new DatabaseLib();
     dblib.create_tables();
     this.VocHost = host;
 }