fix folder structure
This commit is contained in:
12
Pilz.Updating.Client/UpdateStatus.cs
Normal file
12
Pilz.Updating.Client/UpdateStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace Pilz.Updating
|
||||
{
|
||||
public enum UpdateStatus
|
||||
{
|
||||
Waiting,
|
||||
Searching,
|
||||
DownloadingPackage,
|
||||
DownloadingInstaller,
|
||||
StartingInstaller
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user