From aa9185d2911a7f566d808824bcda4e1742678a89 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:23:30 +0100 Subject: [PATCH] Core - Move 'AppLanguage' into 'App' namespace --- PCK-Studio/Properties/Settings.Designer.cs | 4 ++-- PckStudio.Core/{ => App}/AppLanguage.cs | 2 +- PckStudio.Core/PckStudio.Core.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename PckStudio.Core/{ => App}/AppLanguage.cs (97%) diff --git a/PCK-Studio/Properties/Settings.Designer.cs b/PCK-Studio/Properties/Settings.Designer.cs index 0933a855..fdfcc4bf 100644 --- a/PCK-Studio/Properties/Settings.Designer.cs +++ b/PCK-Studio/Properties/Settings.Designer.cs @@ -130,9 +130,9 @@ namespace PckStudio.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("SystemDefault")] - public global::PckStudio.Core.AppLanguage UserLanguage { + public global::PckStudio.Core.App.AppLanguage UserLanguage { get { - return ((global::PckStudio.Core.AppLanguage)(this["UserLanguage"])); + return ((global::PckStudio.Core.App.AppLanguage)(this["UserLanguage"])); } set { this["UserLanguage"] = value; diff --git a/PckStudio.Core/AppLanguage.cs b/PckStudio.Core/App/AppLanguage.cs similarity index 97% rename from PckStudio.Core/AppLanguage.cs rename to PckStudio.Core/App/AppLanguage.cs index 333308de..96c17062 100644 --- a/PckStudio.Core/AppLanguage.cs +++ b/PckStudio.Core/App/AppLanguage.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace PckStudio.Core +namespace PckStudio.Core.App { public enum AppLanguage : int { diff --git a/PckStudio.Core/PckStudio.Core.csproj b/PckStudio.Core/PckStudio.Core.csproj index 0b8a5ba2..c883555b 100644 --- a/PckStudio.Core/PckStudio.Core.csproj +++ b/PckStudio.Core/PckStudio.Core.csproj @@ -50,7 +50,7 @@ - +