示例#1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            HALCON_SORT begin = new HALCON_SORT();

            Application.Run(begin);
        }
示例#2
0
 public HALCON_SORT()
 {
     InitializeComponent();
     form0 = this;
 }