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
+3 -3
View File
@@ -15,10 +15,10 @@ using MigraDoc.Rendering;
using PdfSharp.Fonts;
using PdfSharp.Pdf.IO;
using PdfSharp.Snippets.Font;
using ReceiptPDFBuilder.Interfaces;
using ReceiptPDFBuilder.Models;
using MayShow.Interfaces;
using MayShow.Models;
namespace ReceiptPDFBuilder.ViewModels;
namespace MayShow.ViewModels;
class AboutViewModel
{
+3 -3
View File
@@ -1,11 +1,11 @@
using Avalonia.Controls;
using ReceiptPDFBuilder.Helpers;
using ReceiptPDFBuilder.Interfaces;
using MayShow.Helpers;
using MayShow.Interfaces;
using System;
using System.Collections.Generic;
using System.Text;
namespace ReceiptPDFBuilder.ViewModels
namespace MayShow.ViewModels
{
class BaseViewModel : ChangeNotifier
{
+3 -3
View File
@@ -15,10 +15,10 @@ using MigraDoc.Rendering;
using PdfSharp.Fonts;
using PdfSharp.Pdf.IO;
using PdfSharp.Snippets.Font;
using ReceiptPDFBuilder.Interfaces;
using ReceiptPDFBuilder.Models;
using MayShow.Interfaces;
using MayShow.Models;
namespace ReceiptPDFBuilder.ViewModels;
namespace MayShow.ViewModels;
class EditFileViewModel : BaseViewModel
{
+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
{
+3 -3
View File
@@ -1,10 +1,10 @@
using ReceiptPDFBuilder.Helpers;
using ReceiptPDFBuilder.Interfaces;
using MayShow.Helpers;
using MayShow.Interfaces;
using System;
using System.Collections.Generic;
using System.Text;
namespace ReceiptPDFBuilder.ViewModels
namespace MayShow.ViewModels
{
class MainWindowViewModel : ChangeNotifier, IChangeViewModel
{
+3 -3
View File
@@ -1,8 +1,8 @@
using DialogHostAvalonia;
using ReceiptPDFBuilder.Helpers;
using ReceiptPDFBuilder.Models;
using MayShow.Helpers;
using MayShow.Models;
namespace ReceiptPDFBuilder.ViewModels
namespace MayShow.ViewModels
{
class WarningDeleteItemModel : ChangeNotifier
{
+1 -1
View File
@@ -2,7 +2,7 @@
using DialogHostAvalonia;
namespace ReceiptPDFBuilder.ViewModels;
namespace MayShow.ViewModels;
class WarningViewModel
{