コード例 #1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            homegenie.SetServer(hgServerAddress, hgServerUser, hgServerPassword);

            smartcontrol = new SmartControl();
            Application.Run(smartcontrol);
        }
コード例 #2
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            homegenie.SetServer(hgServerAddress, hgServerUser, hgServerPassword);

            smartcontrol = new SmartControl();
            Application.Run(smartcontrol);
        }