Exemple #1
0
 public void RemoveRuleButton(RuleButton rule_button)
 {
     Secretary.RemoveRuleFromProfile(rule_button.GetRuleName());
     RuleLayout.Controls.Remove(rule_button);
 }