Example #1
0
			public TagGroup(Import.TagGroup def) { tagGroup = def; }
 public TagGroup(Import.TagGroup def)
 {
     tagGroup = def;
 }
Example #3
0
			public void Reset(Import.TagGroup def) { tagGroup = def; }
 public void Reset(Import.TagGroup def)
 {
     tagGroup = def;
 }