예제 #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();
 }