예제 #1
0
파일: Main.cs 프로젝트: task2013/task
        private void button1_Click(object sender, EventArgs e)
        {
            AddCourse ac = new AddCourse();

            ac.ShowDialog();
        }
예제 #2
0
파일: Main.cs 프로젝트: task2013/task
        private void הוסףקורסToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AddCourse ac = new AddCourse();

            ac.ShowDialog();
        }