Beispiel #1
0
 public override void Save()
 {
     if (ruleControl_ == null)
     {
         return;
     }
     ruleControl_.SaveToRule(this);
 }