コード例 #1
0
 private void OpenAppLocat_Click(object sender, EventArgs e) // Opens the directory of the current app that's using OmniMIDI
 {
     Process.Start(Path.GetDirectoryName(CurrentApp.RemoveGarbageCharacters()));
 }