static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); HALCON_SORT begin = new HALCON_SORT(); Application.Run(begin); }
public HALCON_SORT() { InitializeComponent(); form0 = this; }