コード例 #1
0
ファイル: MainWindow.cs プロジェクト: renstanford/mLedMatrix
 protected void OnDeleteEvent(object sender, DeleteEventArgs a)
 {
     saveConfig();
     softwareKey.Flush();
     led_matrix.requestStop();
     Application.Quit();
     a.RetVal = true;
 }