This commit is contained in:
roman
2025-10-05 21:51:24 +02:00
parent dc8b3bc01f
commit 030664b2ef
630 changed files with 197935 additions and 2473 deletions

View File

@@ -16,7 +16,7 @@ namespace Mip
public static string Priezvisko;
public static string Zaradenie;
public static int Tab;
public static string MariaDBServerIPAddress;
//public static string MariaDBServerIPAddress;
public static Int32 IndexZmatkovitost;
public static Int32 IndexExpedicia;
@@ -35,6 +35,6 @@ namespace Mip
public static bool boolComputerAsleep = false; //sluzi na zablokovanie pristupu do sql pokial je pocitac v rezime spanku
public static bool boolEnableRowEnter = true; //sluzi na zablokovanie inych funkcii aby sa nevykonavali pokial sa vykonava funkcia check v frmMain v karte dopytov
//public static Int32 IndexVykres;
public static AppOptions AppOptions { get; set; }
}
}