예제 #1
0
 private static void shiftRight(object sender, System.EventArgs e)
 {
     DatabaseFunct.ShiftColumn(colName, DGV, false);
 }