Example #1
0
 public SpecialNote(notePosition pos)
 {
     this._position = pos;
 }
Example #2
0
 public StandardNote(notePosition pos)
 {
     this._position = pos;
 }
Example #3
0
 public PauseNote(notePosition pos)
 {
     this._position = pos;
 }