Exemple #1
0
        private void metroTile1_Click(object sender, EventArgs e)
        {
            add_lectures_table _Lectures_Table = new add_lectures_table();

            _Lectures_Table.ShowDialog();
        }
Exemple #2
0
        private void اضافةجدولToolStripMenuItem_Click(object sender, EventArgs e)
        {
            add_lectures_table add = new add_lectures_table();

            add.ShowDialog();
        }