Example #1
0
        private void bunifuThinButton21_Click(object sender, EventArgs e)
        {
            Masterdetail m = new Masterdetail();

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

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