예제 #1
0
 public ChordDiagramRenderer()
 {
     GuitarModel          = new GuitarModel();
     CurrentChordDiagrams = GuitarModel.GetPopularChordDiagrams();
 }
예제 #2
0
 public ChordDiagramRenderer(GuitarModel guitarModel)
 {
     GuitarModel          = guitarModel;
     CurrentChordDiagrams = GuitarModel.GetPopularChordDiagrams();
 }