예제 #1
0
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        //[STAThread]
        static void Main()
        {
            OilPressControl controller = new OilPressControl();

            controller.startLogin();
        }
예제 #2
0
파일: Program.cs 프로젝트: cosior/OilPress
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 //[STAThread]
 static void Main()
 {
     OilPressControl controller = new OilPressControl();
     controller.startLogin();
 }