コード例 #1
0
        public static void Main(string[] args)
        {
            //string[] args = new string[1] { "" };

                    Application.EnableVisualStyles();
                    Application.SetCompatibleTextRenderingDefault(false);

                    clientalive = new MasterAlive();
                    myfrmMain = new frmMain(clientalive);

                    clientalive.PSClientTerm(args);
                    Application.Run(myfrmMain);
        }
コード例 #2
0
 public EventProcess()
 {
     myService = new PSIntranetService.PSIntranetServiceBase();
     MessageForm = new frmMain();
 }