..
This commit is contained in:
@@ -231,7 +231,7 @@ namespace Project
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
PUB.log.AddE($"Printer(L) {ex.Message}");
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -260,7 +260,9 @@ namespace Project
|
||||
PUB.PrinterR.Open();
|
||||
PrintRConTime = DateTime.Now;
|
||||
}
|
||||
catch (Exception ex) { }
|
||||
catch (Exception ex) {
|
||||
PUB.log.AddE($"Printer(R) {ex.Message}");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user