Exemplo n.º 1
0
 public RemoveTapOperation(NoteView.NoteCollection collection, Tap note) : base(collection, note)
 {
 }
Exemplo n.º 2
0
 public InsertExTapOperation(NoteView.NoteCollection collection, ExTap note) : base(collection, note)
 {
 }
Exemplo n.º 3
0
 public InsertDamageOperation(NoteView.NoteCollection collection, Damage note) : base(collection, note)
 {
 }
Exemplo n.º 4
0
 public RemoveDamageOperation(NoteView.NoteCollection collection, Damage note) : base(collection, note)
 {
 }
Exemplo n.º 5
0
 public InsertAirActionOperation(NoteView.NoteCollection collection, AirAction note) : base(collection, note)
 {
 }
Exemplo n.º 6
0
 public RemoveAirActionOperation(NoteView.NoteCollection collection, AirAction note) : base(collection, note)
 {
 }
Exemplo n.º 7
0
 public NoteCollectionOperation(NoteView.NoteCollection collection, T note)
 {
     Collection = collection;
     Note       = note;
 }
Exemplo n.º 8
0
 public RemoveFlickOperation(NoteView.NoteCollection collection, Flick note) : base(collection, note)
 {
 }
Exemplo n.º 9
0
 public RemoveSlideOperation(NoteView.NoteCollection collection, Slide note) : base(collection, note)
 {
 }
Exemplo n.º 10
0
 public InsertFlickOperation(NoteView.NoteCollection collection, Flick note) : base(collection, note)
 {
 }
Exemplo n.º 11
0
 public InsertSlideOperation(NoteView.NoteCollection collection, Slide note) : base(collection, note)
 {
 }
Exemplo n.º 12
0
 public RemoveHoldOperation(NoteView.NoteCollection collection, Hold note) : base(collection, note)
 {
 }
Exemplo n.º 13
0
 public InsertHoldOperation(NoteView.NoteCollection collection, Hold note) : base(collection, note)
 {
 }
Exemplo n.º 14
0
 public RemoveLTraceOperation(NoteView.NoteCollection collection, LTrace note) : base(collection, note)
 {
 }
Exemplo n.º 15
0
 public InsertLTraceOperation(NoteView.NoteCollection collection, LTrace note) : base(collection, note)
 {
 }