Integration 2.3c2 :
- in FreeContour aggiunta gestione parametri P13, P14 e P15.
This commit is contained in:
@@ -342,9 +342,9 @@ namespace ib.essetre.integration.egaltech
|
||||
tw.Write("P10:" + Constants.EIGHT_ZEROS + " ");
|
||||
tw.Write("P11:" + Constants.EIGHT_ZEROS + " ");
|
||||
tw.Write("P12:" + Constants.EIGHT_ZEROS + " ");
|
||||
tw.Write("P13:" + Constants.EIGHT_ZEROS + " ");
|
||||
tw.Write("P14:" + Constants.EIGHT_ZEROS + " ");
|
||||
tw.Write("P15:" + Constants.EIGHT_ZEROS + " ");
|
||||
tw.Write("P13:" + MultAndConvertTo8(singleFeature.processParameters[12]) + " ");
|
||||
tw.Write("P14:" + MultAndConvertTo8(singleFeature.processParameters[13]) + " ");
|
||||
tw.Write("P15:" + MultAndConvertTo8(singleFeature.processParameters[14]) + " ");
|
||||
tw.WriteLine(" ");
|
||||
tw.WriteLine(Constants.PROCESS_IDENT + _FcEnt.ToString());
|
||||
tw.WriteLine(Constants.PROCESS + singleFeature.process);
|
||||
|
||||
@@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
|
||||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||
// usando l'asterisco '*' come illustrato di seguito:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.3.3.1")]
|
||||
[assembly: AssemblyFileVersion("2.3.3.1")]
|
||||
[assembly: AssemblyVersion("2.3.3.2")]
|
||||
[assembly: AssemblyFileVersion("2.3.3.2")]
|
||||
|
||||
Reference in New Issue
Block a user