Beispiel #1
0
        void WaveBtnClick(object sender, EventArgs e)
        {
            WaveDisplayForm dlg2 = new WaveDisplayForm();
            dlg2.PluginContext = this.PluginContext;
            dlg2.Playback = playback;

            //dlg2.ShowDialog(this); // modal
            dlg2.Show(); // modeless
        }