comparison Implab/Diagnostics/TraceEventType.cs @ 192:f1da3afc3521 release v2.1

Слияние с v2
author cin
date Fri, 22 Apr 2016 13:10:34 +0300
parents a43745f81f10
children
comparison
equal deleted inserted replaced
71:1714fd8678ef 192:f1da3afc3521
9 Information = 1, 9 Information = 1,
10 Warning, 10 Warning,
11 Error, 11 Error,
12 OperationStarted, 12 OperationStarted,
13 OperationCompleted, 13 OperationCompleted,
14 Fork,
15 Attach, 14 Attach,
16 Detach, 15 Detach,
17 Created 16 Enter,
17 Leave
18 } 18 }
19 } 19 }