Rename to Elwig

This commit is contained in:
2023-03-18 10:57:59 +01:00
parent c27b7b8846
commit c8ffe57ff1
45 changed files with 72 additions and 68 deletions

View File

@ -7,9 +7,9 @@ using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.IO;
using WGneu.Helpers;
using Elwig.Helpers;
namespace WGneu {
namespace Elwig {
public partial class App : Application {
public static bool IsPrintingReady => Documents.Html.IsReady && Documents.Pdf.IsReady;