using System; namespace SRDebugger { public enum DefaultTabs { SystemInformation, Options, Console, Profiler, BugReporter } }