Exemplo n.º 1
0
 public SpecialNote(notePosition pos)
 {
     this._position = pos;
 }
Exemplo n.º 2
0
 public StandardNote(notePosition pos)
 {
     this._position = pos;
 }
Exemplo n.º 3
0
 public PauseNote(notePosition pos)
 {
     this._position = pos;
 }