コード例 #1
0
 // Remove a table
 public void DeleteTable(Table table)
 {
     table_DAO.Remove(table);
 }