예제 #1
0
 public string CreateTable(TableDescription table)
 {
     return(_TableDefinition(table));
 }
예제 #2
0
 public void RemoveTable(TableDescription table)
 {
     this.traits.RemoveTable(this.CreateTextCommand, table);
 }