コード例 #1
0
        private void DisplayWebFace()
        {
            RobotFaceBrowser.Load(GlobalData.TELEPRESENCE_URL, "winformFuncAsync", new TelepresenceControlHandler());

            //Add browser to the form
            this.Controls.Add(RobotFaceBrowser.browser);

            //Make the browser fill the entire form
            RobotFaceBrowser.browser.Dock = DockStyle.Fill;
        }
コード例 #2
0
        private void MainForm_Load(object sender, EventArgs e)
        {
            //DisplayWebFace();
            RobotFaceBrowser.ChooseRobotIDAutoimatically();
            //SpeechGeneration.SetUp(System.Speech.Synthesis.VoiceGender.Female, System.Speech.Synthesis.VoiceAge.Child);
            InitUI();
            //ChatModule.Init();
            //LoadAnnc();

            //SetUpBodyLink();
            //InitExcelHelper();
            //ChatModule.Init();
            //ChatModule.Start();

            BaseHelper.Connect();

            FollowingPerson.ReadChanges();
        }