コード例 #1
0
ファイル: RoomForm.cs プロジェクト: umayaaah/ALEVEL_NEA2018
        private void btnBack_Click(object sender, EventArgs e)
        {
            this.Hide();
            EditTablesForm frmEdit = new EditTablesForm();

            frmEdit.Show();
        }
コード例 #2
0
        // Shows the edit tables form
        private void GoToTableMenu()
        {
            this.Hide();
            EditTablesForm frmEdit = new EditTablesForm();

            frmEdit.Show();
        }