示例#1
0
 public Rule(bool visible, ItopVector.Enums.UnitType type)
 {
     this.isVisible = visible;
     this.unitType = type;
 }
示例#2
0
 public Rule(bool visible, ItopVector.Enums.UnitType type)
 {
     this.isVisible = visible;
     this.unitType  = type;
 }