using System; using System.Collections.Generic; using System.Windows.Forms; namespace _7k_do_poweron_safe { static class Program { /// /// 應用程式的主要進入點。 /// [MTAThread] static void Main() { Application.Run(new Form1()); } } }