示例#1
0
文件: Auto3D.cs 项目: caomw/Auto3D
        // show the setup dialog

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

            setup.Show();
        }
示例#2
0
文件: Auto3D.cs 项目: yartat/Auto3D
 // show the setup dialog
 public void ShowPlugin()
 {
     Form setup = new Auto3DSetup(_listDevices);
       setup.Show();
 }