aggiunto subModeList.map

This commit is contained in:
Samuele E. Locatelli
2016-12-06 16:27:36 +01:00
parent 2b25319fe5
commit 9c167cc654
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1173,7 +1173,7 @@ namespace MTC_Adapter
// inizializzo
elencoSubMode = new Dictionary<string, string>();
// carica da file...
System.IO.StreamReader file = new System.IO.StreamReader(fileName);
StreamReader file = new StreamReader(fileName);
// leggo 1 linea alla volta...
string[] valori;
while ((linea = file.ReadLine()) != null)
@@ -12,10 +12,10 @@
10:x10
11:x100
12:x1000
13:
14:
15:
16:
13:MANUAL_JOG
14:MANUAL_REF
15:MANUAL_JOGINC
16:MANUAL_HANDLE
17:
18:
19: