mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Clean up
This commit is contained in:
@@ -385,7 +385,7 @@ namespace Perun_v1
|
|||||||
bool boolSRSdefault = true;
|
bool boolSRSdefault = true;
|
||||||
bool boolLotATCdefault = true;
|
bool boolLotATCdefault = true;
|
||||||
|
|
||||||
// Handle SRS - TBD clean code for multiinstance
|
// Handle SRS
|
||||||
if (con_check_3rd_srs.Checked)
|
if (con_check_3rd_srs.Checked)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -451,7 +451,7 @@ namespace Perun_v1
|
|||||||
}
|
}
|
||||||
dcConnection.SendToMySql(strSRSJson);
|
dcConnection.SendToMySql(strSRSJson);
|
||||||
|
|
||||||
// Handle LotATC - TBD clean code for multiinstance
|
// Handle LotATC
|
||||||
if (con_check_3rd_lotatc.Checked)
|
if (con_check_3rd_lotatc.Checked)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user