Ejemplo n.º 1
0
 public void DeleteRuleButton(RuleButton rule_button)
 {
     Secretary.DeleteRule(Secretary.GetRule(rule_button.GetRuleName()));
     RuleLayout.Controls.Remove(rule_button);
 }
Ejemplo n.º 2
0
 public void RemoveRuleButton(RuleButton rule_button)
 {
     Secretary.RemoveRuleFromProfile(rule_button.GetRuleName());
     RuleLayout.Controls.Remove(rule_button);
 }