TraceEventCodes.cs
9 lines
| 267 B
| text/x-csharp
|
CSharpLexer
cin
|
r253 | namespace Implab.Diagnostics { | |
public class TraceEventCodes { | |||
public const int EventCodesBase = 1024; | |||
public const int StartLogicalOperation = EventCodesBase + 1; | |||
public const int StopLogicalOperation = EventCodesBase + 2; | |||
} | |||
} |