Fix bad namespace

This commit is contained in:
2026-04-08 22:16:38 +09:00
parent 867f57dcff
commit 58c59dfc0a
5 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading; using System.Threading;
namespace MayShows.Helpers; namespace MayShow.Helpers;
public static class ThreadSafeRandom public static class ThreadSafeRandom
{ {
+1 -1
View File
@@ -8,7 +8,7 @@ using System.Text.Json.Serialization;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using Tmds.DBus.Protocol; using Tmds.DBus.Protocol;
namespace MayShows.Helpers; namespace MayShow.Helpers;
class Utilities class Utilities
{ {
-1
View File
@@ -6,7 +6,6 @@ using System.Text.Json;
using System.Text.Json.Serialization; using System.Text.Json.Serialization;
using System.Threading.Tasks; using System.Threading.Tasks;
using MayShow.Helpers; using MayShow.Helpers;
using MayShows.Helpers;
namespace MayShow.Models; namespace MayShow.Models;
-1
View File
@@ -19,7 +19,6 @@ using PdfSharp.Snippets.Font;
using MayShow.Helpers; using MayShow.Helpers;
using MayShow.Interfaces; using MayShow.Interfaces;
using MayShow.Models; using MayShow.Models;
using MayShows.Helpers;
using Docnet.Core.Models; using Docnet.Core.Models;
using Docnet.Core; using Docnet.Core;
-1
View File
@@ -18,7 +18,6 @@ using PdfSharp.Snippets.Font;
using MayShow.Interfaces; using MayShow.Interfaces;
using MayShow.Models; using MayShow.Models;
using MayShow.Helpers; using MayShow.Helpers;
using MayShows.Helpers;
using System.Collections.Generic; using System.Collections.Generic;
namespace MayShow.ViewModels; namespace MayShow.ViewModels;