mirror of https://github.com/quasar/Quasar.git
12 lines
201 B
C#
12 lines
201 B
C#
|
namespace Quasar.Common.Enums
|
|||
|
{
|
|||
|
public enum StartupType
|
|||
|
{
|
|||
|
LocalMachineRun,
|
|||
|
LocalMachineRunOnce,
|
|||
|
CurrentUserRun,
|
|||
|
CurrentUserRunOnce,
|
|||
|
StartMenu
|
|||
|
}
|
|||
|
}
|