Tests: Initialize App.Client

This commit is contained in:
2024-01-31 16:22:27 +01:00
parent c07a6b450c
commit 4daa6deb26
2 changed files with 11 additions and 4 deletions

View File

@ -53,7 +53,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; set; }
public static bool IsPrintingReady => Html.IsReady && Pdf.IsReady;
public static Dispatcher MainDispatcher { get; private set; }