示例#1
0
 //Кнопка смены 4
 private void buttonShift4_Click(object sender, EventArgs e)
 {
     Shift.Change(Shift.Names[3]);
     Close();
 }