/// <summary> /// The main entry point for the application. /// </summary> //[STAThread] static void Main() { OilPressControl controller = new OilPressControl(); controller.startLogin(); }