Example #1
0
        private void menuItem21_Click(object sender, EventArgs e)
        {
            FormJournal FJ = new FormJournal(this.MF.setting, this.CurrentTeacher);

            FJ.ShowDialog();
        }
Example #2
0
        private void buttonJurnal_Click(object sender, EventArgs e)
        {
            FormJournal FJ = new FormJournal(this.setting);

            FJ.ShowDialog();
        }