Exemple #1
0
 public static void LeaveMethod(Cattegory cattegory, string message)
 {
     Debug.Unindent();
     Debug.WriteLine(message, cattegory.ToString());
 }
Exemple #2
0
 public static void LeaveMethod(Cattegory cattegory, string message)
 {
     Debug.Unindent();
     Debug.WriteLine(message, cattegory.ToString());
 }
Exemple #3
0
 public static void EnterMethod2(Cattegory cattegory, string message)
 {
     Debug.WriteLine(message, cattegory.ToString());
     Debug.Indent();
 }
Exemple #4
0
 public static void EnterMethod2(Cattegory cattegory, string message)
 {
     Debug.WriteLine(message, cattegory.ToString());
     Debug.Indent();
 }