add project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace SM64_ROM_Manager.Updating.UpdateInstaller
|
||||
{
|
||||
internal class UpdateInstallerStatusChangedEventArgs : EventArgs
|
||||
{
|
||||
public UpdateInstallerStatus NewStatus { get; private set; }
|
||||
|
||||
public UpdateInstallerStatusChangedEventArgs(UpdateInstallerStatus newStatus) : base()
|
||||
{
|
||||
NewStatus = newStatus;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user