small code refactoring
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace Pilz.Updating.UpdateInstaller.Lib;
|
||||
|
||||
namespace Pilz.Updating.UpdateInstaller.Lib
|
||||
public enum UpdateInstallerStepState
|
||||
{
|
||||
public enum UpdateInstallerStepState
|
||||
{
|
||||
Default,
|
||||
PreEvent,
|
||||
PostEvent
|
||||
}
|
||||
Default,
|
||||
PreEvent,
|
||||
PostEvent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user