Esempio n. 1
0
			public StringList(Import.StringList def) { stringList = def; }
 public StringList(Import.StringList def)
 {
     stringList = def;
 }
Esempio n. 3
0
			public void Reset(Import.StringList def) { stringList = def; }
 public void Reset(Import.StringList def)
 {
     stringList = def;
 }