Exemplo n.º 1
0
 public MoveShortNoteOperation(TappableBase note, NotePosition before, NotePosition after) : base(note)
 {
     BeforePosition = before;
     AfterPosition  = after;
 }
Exemplo n.º 2
0
 public ChangeShortNoteWidthOperation(TappableBase note, NotePosition before, NotePosition after) : base(note)
 {
     BeforePosition = before;
     AfterPosition  = after;
 }
Exemplo n.º 3
0
 public EditShortNoteOperation(TappableBase note)
 {
     Note = note;
 }