Esempio n. 1
0
        private void btnBack_Click(object sender, EventArgs e)
        {
            this.Hide();
            EditTablesForm frmEdit = new EditTablesForm();

            frmEdit.Show();
        }
Esempio n. 2
0
        // Shows the edit tables form
        private void GoToTableMenu()
        {
            this.Hide();
            EditTablesForm frmEdit = new EditTablesForm();

            frmEdit.Show();
        }