示例#1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Group5 G5 = new Group5();

            this.Hide();
            G5.ShowDialog();
        }
示例#2
0
文件: Group4.cs 项目: saowapak/TEX
        private void button1_Click(object sender, EventArgs e)
        {
            sum4 = 0;
            sum4 = sum4 + (Convert.ToInt32(numericeducation.Value) * 2);  //การศึกษา
            sum4 = sum4 + (Convert.ToInt32(numericnurse.Value) * 2);      //พยาบาล
            sum4 = sum4 + (Convert.ToInt32(numericsport.Value) * 2);      //กีฬา
            sum4 = sum4 + (Convert.ToInt32(numericdonatebaba.Value) * 2); //สาธารณะประโยชน์
            sum4 = sum4 + Convert.ToInt32(numericdonateprayut.Value);     //การเมือง
            sum4 = sum4 + Convert.ToInt32(numericdonatepayu.Value);       //พายุ
            Group5 gp5 = new Group5();

            Program.sum4 = sum4;
            this.Hide();
            gp5.ShowDialog();
        }
示例#3
0
        private void button1_Click(object sender, EventArgs e)
        {
            sum4 = 0;
            sum4 = sum4 + (Convert.ToInt32(numericUpDown4.Value) * 2); //การศึกษา
            sum4 = sum4 + (Convert.ToInt32(numericUpDown1.Value) * 2); //พยาบาล
            sum4 = sum4 + (Convert.ToInt32(numericUpDown2.Value) * 2); //กีฬา
            sum4 = sum4 + (Convert.ToInt32(numericUpDown3.Value) * 2); //สาธารณะประโยชน์
            sum4 = sum4 + Convert.ToInt32(numericUpDown5.Value);       //การเมือง
            sum4 = sum4 + Convert.ToInt32(numericUpDown6.Value);       //พายุปานึก
            Group5 gp5 = new Group5();

            Program.sum4 = sum4;//เก็บค่า
            this.Hide();
            gp5.ShowDialog();
        }
示例#4
0
文件: Form1.cs 项目: saowapak/TEX
        private void button6_Click(object sender, EventArgs e)//Group5
        {
            Group5 G5 = new Group5();

            G5.ShowDialog();
        }