コード例 #1
0
        private void Button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            SupportSpecialistCall newform = new SupportSpecialistCall(0);

            newform.ShowDialog();
        }
コード例 #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            SupportSpecialistCall hspSupport = new SupportSpecialistCall(1);

            hspSupport.ShowDialog();
        }