Namespace is now MayShow

This commit is contained in:
2026-02-18 09:36:17 +09:00
parent cc821da4da
commit 2075a0be20
34 changed files with 77 additions and 77 deletions
+5 -5
View File
@@ -16,12 +16,12 @@ using MigraDoc.Rendering;
using PdfSharp.Fonts;
using PdfSharp.Pdf.IO;
using PdfSharp.Snippets.Font;
using ReceiptPDFBuilder.Helpers;
using ReceiptPDFBuilder.Interfaces;
using ReceiptPDFBuilder.Models;
using ReceiptPDFBuilders.Helpers;
using MayShow.Helpers;
using MayShow.Interfaces;
using MayShow.Models;
using MayShows.Helpers;
namespace ReceiptPDFBuilder.ViewModels;
namespace MayShow.ViewModels;
class MainViewModel : BaseViewModel, IFontResolver
{