aggiunto subModeList.map
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user