icon refresh
This commit is contained in:
+19
-1
@@ -50,6 +50,10 @@ namespace LPA
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// File conf server
|
||||
/// </summary>
|
||||
protected string srvSetFilePath = "serverSetup.json";
|
||||
/// <summary>
|
||||
/// Configurazione CORRENTE delle code di stampa (coda --> printer disponibile)
|
||||
/// </summary>
|
||||
protected Dictionary<string, printQueue> queueSetupConf;
|
||||
@@ -101,8 +105,11 @@ namespace LPA
|
||||
{
|
||||
InitializeComponent();
|
||||
myInit();
|
||||
checkShowTray();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Medoti init specifici
|
||||
/// </summary>
|
||||
private void myInit()
|
||||
{
|
||||
utils.lgInfo("Starting app");
|
||||
@@ -120,6 +127,17 @@ namespace LPA
|
||||
refreshQueueAvail();
|
||||
setupDGV();
|
||||
}
|
||||
/// <summary>
|
||||
/// Verifica modalità SHOW dati
|
||||
/// </summary>
|
||||
private void checkShowTray()
|
||||
{
|
||||
if(memLayer.ML.CRB("startOnTray"))
|
||||
{
|
||||
|
||||
WindowState = FormWindowState.Minimized;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Setup parametri base di configurazione
|
||||
|
||||
+3778
-8180
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 273 KiB After Width: | Height: | Size: 144 KiB |
Reference in New Issue
Block a user