コード例 #1
0
ファイル: listPakettour.cs プロジェクト: gracielo2804/probis
        private void bunifuThinButton21_Click(object sender, EventArgs e)
        {
            Masterdetail m = new Masterdetail();

            this.Hide();
            m.ShowDialog();
            this.Show();
        }
コード例 #2
0
        private void btn_tambahPaket_Click(object sender, EventArgs e)
        {
            Masterdetail m = new Masterdetail();

            this.Hide();
            m.ShowDialog();
            this.Show();
        }