예제 #1
0
 public SequencerTrack(Sequencer parent, int stepCount)
     : this()
 {
     Parent = parent;
     StepCount = stepCount;
 }