Exemplo n.º 1
0
        private void bunifuThinButton21_Click(object sender, EventArgs e)
        {
            Masterdetail m = new Masterdetail();

            this.Hide();
            m.ShowDialog();
            this.Show();
        }
Exemplo n.º 2
0
        private void btn_tambahPaket_Click(object sender, EventArgs e)
        {
            Masterdetail m = new Masterdetail();

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