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