|
@@ -218,7 +218,6 @@ namespace UAS_AutoPass
|
|
|
List<string> badcode = new List<string>();
|
|
|
//获取采集项目的结果
|
|
|
List<string> badlocation = new List<string>();
|
|
|
- int code_or_location = 0;
|
|
|
while (myReader.Read())
|
|
|
{
|
|
|
if (myReader.NodeType == XmlNodeType.Element && myReader.Name == "test" && myReader.IsStartElement())
|
|
@@ -532,7 +531,6 @@ namespace UAS_AutoPass
|
|
|
List<string> badcode = new List<string>();
|
|
|
//获取采集项目的结果
|
|
|
List<string> badlocation = new List<string>();
|
|
|
- int code_or_location = 0;
|
|
|
while (myReader.Read())
|
|
|
{
|
|
|
if (myReader.NodeType == XmlNodeType.Element && myReader.Name == "test" && myReader.IsStartElement())
|