Beispiel #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Group1 G1 = new Group1();

            this.Hide();
            G1.ShowDialog();
        }
Beispiel #2
0
        private void button1_Click(object sender, EventArgs e)//ถัดไป
        {
            Group1 gp1 = new Group1();

            Program.money = (int.Parse(mount.Text) * 12) + int.Parse(bonus.Text) + int.Parse(other.Text);


            //Group1 G = new Group1();
            gp1.ShowDialog();
        }
Beispiel #3
0
        private void button2_Click(object sender, EventArgs e)//Group1
        {
            Group1 G = new Group1();

            G.ShowDialog();
        }