예제 #1
0
 void RemoveTableColumns(uint start, uint n)
 {
     MiscHelpers.RemoveTableColumns(table, start, n);
 }