Clean up all files

This commit is contained in:
2022-05-13 11:39:07 +08:00
parent 3defcbbdc1
commit 2a3ba29b1d
18 changed files with 68 additions and 88 deletions

View File

@@ -3,9 +3,8 @@ using System.Windows.Forms;
namespace GrasscutterTools
{
static class MultiLanguage
internal static class MultiLanguage
{
public static string DefaultLanguage = "zh-CN";
public static void SetDefaultLanguage(string lang)
@@ -16,7 +15,6 @@ namespace GrasscutterTools
Properties.Settings.Default.Save();
}
/// <summary>
/// 加载语言
/// </summary>
@@ -80,4 +78,4 @@ namespace GrasscutterTools
}
}
}
}
}