Exemplo n.º 1
0
        private void институтToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Institute institute = new Institute();

            institute.Show();
        }
        private void SelectInstitute_FormClosing(object sender, FormClosingEventArgs e)
        {
            Institute institute = (Institute)sender;

            tbInstitute.Text = institute.selectedInstitute;
        }