mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
37b9a79ff2
Still some bits broken.
11 lines
210 B
C#
11 lines
210 B
C#
namespace DisplayMagicianShared
|
|
{
|
|
public enum DisplayMagicianStartupAction
|
|
{
|
|
RunShortcut,
|
|
ChangeProfile,
|
|
CreateProfile,
|
|
CurrentProfile,
|
|
StartUpNormally
|
|
}
|
|
} |