示例#1
0
 private void exportInstrumentToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (currentInstrument != null && currentInstrument.ID != "R")
     {
         InstrumentsManager.Export(currentInstrument);
     }
 }
示例#2
0
 private void exportInstruments_Click(object sender, EventArgs e)
 {
     InstrumentsManager.Export(currentSong);
 }
示例#3
0
 private void exportarToolStripMenuItem_Click(object sender, EventArgs e)
 {
     InstrumentsManager.Export(currentSong);
 }