コード例 #1
0
ファイル: Form1.cs プロジェクト: xiachanghao/SmartBoxConsole
        private void btnInstall_Click(object sender, EventArgs e)
        {
            SmartBox.Console.Install.BO bo = new BO(this.tbDataSource, this.tbUID, this.tbPassword, this.tbSmartBox, this.tbSmartBoxApp, this.tbSmartBoxAppOut);

            bo.SetInitialData();
            bo.SetInitialSmartBoxAppData();
        }
コード例 #2
0
        private void btnInstall_Click(object sender, EventArgs e)
        {
            SmartBox.Console.Install.BO bo = new BO(this.tbDataSource, this.tbUID, this.tbPassword, this.tbSmartBox, this.tbSmartBoxApp, this.tbSmartBoxAppOut);

            bo.SetInitialData();
            bo.SetInitialSmartBoxAppData();
        }