9 lines
112 B
C#
9 lines
112 B
C#
|
namespace EZPPClient_Installer
|
|||
|
{
|
|||
|
public enum UpdateState
|
|||
|
{
|
|||
|
UpdateFound,
|
|||
|
UpToDate,
|
|||
|
Error
|
|||
|
}
|
|||
|
}
|