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

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

            add.ShowDialog();
        }