예제 #1
0
파일: CoachForm.cs 프로젝트: NaxNax666/BDTR
        private void button2_Click(object sender, EventArgs e)
        {
            OtherForm otherForm = new OtherForm("ffd");

            otherForm.Show();
        }