public KZControl(MIDISequencer seq) { InitializeComponent(); this.Sequencer = seq; }
public Kazedan() { Sequencer = new MIDISequencer(); }