Exemple #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            string       path  = Application.ExecutablePath;
            frmResources frmRe = new frmResources(dbl, path);

            frmRe.Show();
        }
Exemple #2
0
        private void btnThemNguyenCong_Click(object sender, EventArgs e)
        {
            frmResources Resources = new frmResources();

            Resources.ShowDialog();
            ShowStagesCode();
        }
Exemple #3
0
        private void btnThemMaCong_Click(object sender, EventArgs e)
        {
            frmResources Resources = new frmResources();

            Resources.ShowDialog();
            DocMaNguyenCong();
        }
 private void frmResourceRoleMapping_Load(object sender, EventArgs e)
 {
     if (shouldClose)
     {
         frmResources frmRsc = new frmResources(Rbacd, assemblyPath); frmRsc.Show(); this.Close();
     }
     LoadRoles();
     LoadResources();
 }
Exemple #5
0
 private void resourcesUsed_Click(object sender, EventArgs e)
 {
     try
     {
         string       path       = Application.ExecutablePath;  //Executable path
         frmResources frmResUsed = new frmResources(dbl, path); //Create an object and send a datalayer object in the constructor.
         frmResUsed.Show();
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemple #6
0
 private void resourcesUsed_Click(object sender, EventArgs e)
 {
     try
     {
         string path = Application.ExecutablePath;//Executable path
         frmResources frmResUsed = new frmResources(dbl, path); //Create an object and send a datalayer object in the constructor.
         frmResUsed.Show();
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemple #7
0
 private void button1_Click(object sender, EventArgs e)
 {
     string path = Application.ExecutablePath;
     frmResources frmRe = new frmResources(dbl, path);
     frmRe.Show();
 }
 private void frmResourceRoleMapping_Load(object sender, EventArgs e)
 {
     if (shouldClose) { frmResources frmRsc = new frmResources(Rbacd, assemblyPath); frmRsc.Show(); this.Close(); }
     LoadRoles();
     LoadResources();
 }
Exemple #9
0
        private void btnnguon_luc_Click(object sender, EventArgs e)
        {
            frmResources resources = new frmResources();

            resources.ShowDialog();
        }