namespace SRDebugger { public enum DefaultTabs { SystemInformation = 0, Options = 1, Console = 2, Profiler = 3, BugReporter = 4 } }