コード例 #1
0
 public BaseML()
 {
     _connection = new ConnectionML();
     _database = _connection.getDatabase();
 }