private void btnBack_Click(object sender, EventArgs e) { this.Hide(); EditTablesForm frmEdit = new EditTablesForm(); frmEdit.Show(); }
// Shows the edit tables form private void GoToTableMenu() { this.Hide(); EditTablesForm frmEdit = new EditTablesForm(); frmEdit.Show(); }