namespace DisplayMagician.Shared { public enum DisplayMagicianStartupAction { RunShortcut, ChangeProfile, CreateProfile, StartUpNormally } }