Beispiel #1
0
        public Instrument() : base()
        {
            //This call is required by the Component Designer.
            InitializeComponent();
            //Add any initialization after the InitializeComponent() call

            dlgMIDIIn = new MIDI.MidiDelegate(MidiInProc);
        }
        public Instrument()
            : base()
        {
            //This call is required by the Component Designer.
            InitializeComponent();
            //Add any initialization after the InitializeComponent() call

            dlgMIDIIn = new MIDI.MidiDelegate(MidiInProc);
        }