|
@@ -34,7 +34,6 @@ namespace Venus_Simulator.Instances
|
|
|
var cfg_stream = File.Open(config_path, FileMode.Open, FileAccess.Read);
|
|
|
XmlDocument xmlData = new XmlDocument();
|
|
|
xmlData.Load(config_path);
|
|
|
- xmlData.Load(stream);
|
|
|
|
|
|
XmlNodeList scdatas = xmlData.SelectNodes("root/scdata");
|
|
|
foreach (XmlElement nodedata in scdatas)
|