Ejemplo n.º 1
0
 private void btnManager_Click(object sender, EventArgs e)
 {
     Feature.FormFunctionPanel form = new Feature.FormFunctionPanel();
     form.ShowDialog();
     if (form.IsNeedExist)
     {
         this.Close();
     }
 }
Ejemplo n.º 2
0
 private void btnFuncPanel_Click(object sender, EventArgs e)
 {
     FormFunctionPanel form = new FormFunctionPanel();
     form.ShowDialog();
     if (form.IsNeedExist)
     {
         if (ConstantValuePool.DeskForm != null)
         {
             ConstantValuePool.DeskForm.Close();
         }
         this.Close();
     }
 }
Ejemplo n.º 3
0
 private void btnManager_Click(object sender, EventArgs e)
 {
     Feature.FormFunctionPanel form = new Feature.FormFunctionPanel();
     form.ShowDialog();
     if (form.IsNeedExist)
     {
         this.Close();
     }
 }