icon refresh

This commit is contained in:
Samuele E. Locatelli
2020-08-14 17:09:57 +02:00
parent 5d24dc1c7d
commit 03fc901cea
3 changed files with 3797 additions and 8181 deletions
+19 -1
View File
@@ -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
View File
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