Exemple #1
0
			public Struct(Import.Struct def) { tagStruct = def; }
 public Struct(Import.Struct def)
 {
     tagStruct = def;
 }
Exemple #3
0
			public void Reset(Import.Struct def) { tagStruct = def; }
 public void Reset(Import.Struct def)
 {
     tagStruct = def;
 }