Example #1
0
        private void toolStripMenuItem47_Click(object sender, EventArgs e)
        {
            //dataGroupForm displayedForm = new dataGroupForm(globalConstants.TAMBAH_HAPUS_GROUP_USER);
            //displayedForm.ShowDialog(this);
            if (null == tambahHapusGroupForm || tambahHapusGroupForm.IsDisposed)
                tambahHapusGroupForm = new dataGroupForm(globalConstants.TAMBAH_HAPUS_GROUP_USER);

            tambahHapusGroupForm.Show();
            tambahHapusGroupForm.WindowState = FormWindowState.Normal;
        }
Example #2
0
        private void toolStripMenuItem32_Click(object sender, EventArgs e)
        {
            if (null == pengaturanGrupAksesForm || pengaturanGrupAksesForm.IsDisposed)
                pengaturanGrupAksesForm = new dataGroupForm(globalConstants.PENGATURAN_GRUP_AKSES);

            pengaturanGrupAksesForm.Show();
            pengaturanGrupAksesForm.WindowState = FormWindowState.Normal;
            //dataGroupForm displayedForm = new dataGroupForm(globalConstants.PENGATURAN_GRUP_AKSES);
            //displayedForm.ShowDialog(this);
        }
        private void searchButton_Click(object sender, EventArgs e)
        {
            dataGroupForm displayForm = new dataGroupForm(globalConstants.TAMBAH_HAPUS_USER, this);
            displayForm.ShowDialog(this);

            displayUserGroupName();
        }