mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Full code refactor and clean-up.
This commit is contained in:
@@ -23,10 +23,9 @@
|
||||
// Copyright © 2020-2024 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
namespace RomRepoMgr.Core.EventArgs
|
||||
namespace RomRepoMgr.Core.EventArgs;
|
||||
|
||||
public sealed class MessageEventArgs : System.EventArgs
|
||||
{
|
||||
public sealed class MessageEventArgs : System.EventArgs
|
||||
{
|
||||
public string Message { get; set; }
|
||||
}
|
||||
public string Message { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user