Ejemplo n.º 1
0
        // show the setup dialog

        public void ShowPlugin()
        {
            Form setup = new Auto3DSetup(_listDevices);

            setup.Show();
        }
Ejemplo n.º 2
0
 // show the setup dialog
 public void ShowPlugin()
 {
     Form setup = new Auto3DSetup(_listDevices);
       setup.Show();
 }