Exemplo n.º 1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            HALCON_SORT begin = new HALCON_SORT();

            Application.Run(begin);
        }
Exemplo n.º 2
0
 public HALCON_SORT()
 {
     InitializeComponent();
     form0 = this;
 }