예제 #1
0
 private static void CloseApp(object sender, EventArgs e)
 {
     MidiManager.Close();
     Running = false;
 }