Esempio n. 1
0
        private void button7_Click(object sender, EventArgs e)
        {
            int num = Convert.ToInt32(this.textBox1.Text);

            Business.SystemManagerBLL bll = new Business.SystemManagerBLL();
            bll.TestResultData(num);
            //for (int i = 0; i < 1000; i++)
            //{
            //    bll.TestResultData();
            //}

            ConfigurationManager.AppSettings.Set("", "");
            //ConfigurationManager.OpenExeConfiguration()

            Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);

            //config.AppSettings.Settings[""] = "";
            config.Save();
        }
Esempio n. 2
0
 private void button8_Click(object sender, EventArgs e)
 {
     Business.SystemManagerBLL bll = new Business.SystemManagerBLL();
     bll.AbordThread();
 }