mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Update list of ROM sets when adding a new DAT.
This commit is contained in:
@@ -306,7 +306,7 @@ namespace RomRepoMgr.ViewModels
|
||||
{
|
||||
try
|
||||
{
|
||||
GotRomSets?.Invoke(this, new RomSetEventArgs
|
||||
GotRomSets?.Invoke(this, new RomSetsEventArgs
|
||||
{
|
||||
RomSets = Context.Singleton.RomSets.OrderBy(r => r.Name).ThenBy(r => r.Version).
|
||||
ThenBy(r => r.Date).ThenBy(r => r.Description).ThenBy(r => r.Comment).
|
||||
@@ -351,6 +351,6 @@ namespace RomRepoMgr.ViewModels
|
||||
|
||||
internal event EventHandler WorkFinished;
|
||||
|
||||
internal event EventHandler<RomSetEventArgs> GotRomSets;
|
||||
internal event EventHandler<RomSetsEventArgs> GotRomSets;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user