small code refactoring
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace Pilz.Updating
|
||||
namespace Pilz.Updating;
|
||||
|
||||
public enum UpdateStatus
|
||||
{
|
||||
public enum UpdateStatus
|
||||
{
|
||||
Waiting,
|
||||
Searching,
|
||||
DownloadingPackage,
|
||||
DownloadingInstaller,
|
||||
StartingInstaller
|
||||
}
|
||||
Waiting,
|
||||
Searching,
|
||||
DownloadingPackage,
|
||||
DownloadingInstaller,
|
||||
StartingInstaller
|
||||
}
|
||||
Reference in New Issue
Block a user