LL18-25070103,增加上工站过站检测
This commit is contained in:
@@ -24,6 +24,7 @@ namespace C_Windows_1
|
||||
Form1.f1.lineNumber = lineNumber.Text;
|
||||
Form1.f1.tester = tester.Text;
|
||||
Form1.f1.strURL = URL.Text;
|
||||
Form1.f1.stationName = textStation.Text;
|
||||
|
||||
Set();
|
||||
this.Close();
|
||||
@@ -51,6 +52,7 @@ namespace C_Windows_1
|
||||
regName.SetValue("lineNumber", lineNumber.Text);
|
||||
regName.SetValue("tester", tester.Text);
|
||||
regName.SetValue("URL", URL.Text);
|
||||
regName.SetValue("stationName", textStation.Text);
|
||||
|
||||
regName.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user