Пример #1
0
 void SwapTableCols(uint col1, uint col2)
 {
     MiscHelpers.SwapTableCols(table, col1, col2);
 }