Beispiel #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            Input_Matkul open = new Input_Matkul();

            open.ShowDialog();
            this.Show();
        }
Beispiel #2
0
        private void createCurriculumToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Input_Matkul open = new Input_Matkul();

            open.ShowDialog();
            this.Show();
        }