Clean up all code using CodeMaid

This commit is contained in:
2023-08-02 17:43:01 +08:00
parent e9a3f4014e
commit eef4687ed6
23 changed files with 176 additions and 43 deletions

View File

@@ -29,6 +29,7 @@ using GrasscutterTools.Game;
using GrasscutterTools.Game.Gacha;
using GrasscutterTools.Properties;
using GrasscutterTools.Utils;
using Newtonsoft.Json;
namespace GrasscutterTools.Forms
@@ -504,6 +505,5 @@ namespace GrasscutterTools.Forms
}
#endregion - -
}
}

View File

@@ -305,7 +305,6 @@ namespace GrasscutterTools.Forms
#endregion - Init -
#region - HotKey -
/// <summary>
@@ -612,6 +611,5 @@ namespace GrasscutterTools.Forms
}
#endregion - General -
}
}