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