示例#1
0
        static void Main()
        {
            var form = new MyForm();

            Application.Run(form);
        }