Full code refactor and clean-up.

This commit is contained in:
2024-11-09 01:37:59 +00:00
parent 1ebc273ff7
commit 9a429ce439
108 changed files with 12878 additions and 12195 deletions

View File

@@ -25,10 +25,9 @@
using RomRepoMgr.Core.Models;
namespace RomRepoMgr.Core.EventArgs
namespace RomRepoMgr.Core.EventArgs;
public sealed class RomSetEventArgs : System.EventArgs
{
public sealed class RomSetEventArgs : System.EventArgs
{
public RomSetModel RomSet { get; set; }
}
public RomSetModel RomSet { get; set; }
}