mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Clean up all files
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user