예제 #1
0
 public Tag(int targetTypeValue)
     : this()
 {
     Targets = new Targets { TargetTypeValue = targetTypeValue };
 }
예제 #2
0
파일: Tag.cs 프로젝트: Headkillah/MkvTagger
 public Tag(int targetTypeValue) : this()
 {
     Targets = new Targets {
         TargetTypeValue = targetTypeValue
     };
 }