示例#1
0
 void FrmWaitingTimeFormClosing(object sender, FormClosingEventArgs e)
 {
     //turn off light and water
     GR.Instance.OutputCtrl.SetIngredientOff(8);
     _timer.StopTimer();
 }