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

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

            FJ.ShowDialog();
        }