Beispiel #1
0
 public override DataTable Clone()
 {
     SkipLogicRuleData.SkipLogicRulesDataTable table = (SkipLogicRuleData.SkipLogicRulesDataTable)base.Clone();
     table.InitVars();
     return(table);
 }