Simplify client check in code

This commit is contained in:
2023-08-24 21:35:45 +02:00
parent 6261217e7c
commit ba71618463
3 changed files with 8 additions and 5 deletions

View File

@ -29,7 +29,7 @@ namespace Elwig {
public static string? BranchFaxNr { get; private set; }
public static string? BranchMobileNr { get; private set; }
public static IList<IScale> Scales { get; private set; }
public static ClientParameters Client { get; private set; }
public static ClientParameters Client { get; private set; }
public static bool IsPrintingReady => Documents.Html.IsReady && Documents.Pdf.IsReady;
public static Dispatcher MainDispatcher { get; private set; }