Exemplo n.º 1
0
 public KZControl(MIDISequencer seq)
 {
     InitializeComponent();
     this.Sequencer = seq;
 }
Exemplo n.º 2
0
 public Kazedan()
 {
     Sequencer = new MIDISequencer();
 }