예제 #1
0
 public RecomCheckTreeItem(CheckGroupTreeItem group, string[] extName, string afc) : base(group)
 {
     this.ExtNames          = extName;
     this.ForensicCalssType = afc;
 }
예제 #2
0
 public BasicCheckTreeItem(string pinKind, CheckGroupTreeItem group) : base(group)
 {
     this.PinKind = pinKind;
 }