public StringList(Import.StringList def) { stringList = def; }
 public StringList(Import.StringList def)
 {
     stringList = def;
 }
			public void Reset(Import.StringList def) { stringList = def; }
 public void Reset(Import.StringList def)
 {
     stringList = def;
 }