Beispiel #1
0
        private void ButtonTambahUser_Click(object sender, EventArgs e)
        {
            FormTambahUser tambahs = new FormTambahUser(this);

            tambahs.ShowDialog();
        }
Beispiel #2
0
 private void ButtonTambahUser_Click(object sender, EventArgs e)
 {
     FormTambahUser tambahs = new FormTambahUser(this);
     tambahs.ShowDialog();
 }