Exemplo n.º 1
0
        private void btn_pegawai_Click(object sender, EventArgs e)
        {
            FormTambahDataPegawai formpegawai = new FormTambahDataPegawai();

            formpegawai.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void btn_tambahpegawai_Click_1(object sender, EventArgs e)
        {
            FormTambahDataPegawai tambahPegawai = new FormTambahDataPegawai();

            tambahPegawai.Show();
            this.Hide();
        }