예제 #1
0
 public override bool Action(string action)
 {
     bool result = base.Action(action);
     if (result)
     {
         using (AssignRegionForm dlg = new AssignRegionForm(this, Core))
         {
             dlg.ShowDialog();
         }
     }
     return result;
 }
예제 #2
0
        public override bool Action(string action)
        {
            bool result = base.Action(action);

            if (result)
            {
                using (AssignRegionForm dlg = new AssignRegionForm(this, Core))
                {
                    dlg.ShowDialog();
                }
            }
            return(result);
        }