示例#1
0
 private void button3_Click(object sender, EventArgs e)
 {
     tablatureProcessor.ChangeTune(GuitarTune.GetDefaultGuitarTune());
     UpdateText();
 }
示例#2
0
 public TablatureProcessor(GuitarTune guitarTune = null)
 {
     this.Tune = guitarTune ?? GuitarTune.GetDefaultGuitarTune();
 }