12 lines
145 B
C#
12 lines
145 B
C#
namespace SRDebugger
|
|
{
|
|
public enum DefaultTabs
|
|
{
|
|
SystemInformation = 0,
|
|
Options = 1,
|
|
Console = 2,
|
|
Profiler = 3,
|
|
BugReporter = 4
|
|
}
|
|
}
|