Esempio n. 1
0
 public void ShowOptions()
 {
     AudioDataPlugIn.Options opt = new AudioDataPlugIn.Options();
     opt.ShowDialog();
 }
Esempio n. 2
0
 public void ShowOptions()
 {
     AudioDataPlugIn.Options opt = new AudioDataPlugIn.Options();
     opt.ShowDialog();
 }
Esempio n. 3
0
        // Each plugin should have its own options page.
        // Even though if there are no options, a help or
        // information dialog should be displayed
        public void ShowOptions()
        {
            Options opt = new Options();

            opt.ShowDialog();
        }
Esempio n. 4
0
 // Each plugin should have its own options page.
 // Even though if there are no options, a help or
 // information dialog should be displayed
 public void ShowOptions()
 {
     Options opt = new Options();
     opt.ShowDialog();
 }