示例#1
0
 private void newInstrument_Click(object sender, EventArgs e)
 {
     InstrumentsManager.AddNew(currentSong);
 }