Exemplo n.º 1
0
        private void updateStaffToolStripMenuItem_Click(object sender, EventArgs e)
        {
            UpdateStaff a = new UpdateStaff(databaseConnectionStringTextBox.Text);

            a.ShowDialog();
        }
Exemplo n.º 2
0
        private void label4_Click(object sender, EventArgs e)
        {
            UpdateStaff a = new UpdateStaff(databaseConnectionStringTextBox.Text);

            a.ShowDialog();
        }