예제 #1
0
 public MitreAttackTechniqueAttribute(MitreAttackMainTechnique main, string ID, string SubID, string Label, string SubLabel)
 {
     this.ID       = ID;
     this.SubID    = SubID;
     this.Label    = Label;
     this.SubLabel = SubLabel;
     this.Main     = main;
 }
예제 #2
0
 public MitreAttackTechniqueAttribute(MitreAttackMainTechnique main, string ID, string Label)
     : this(main, ID, null, Label, null)
 {
 }