Ejemplo n.º 1
0
 private static void PrintGotoState(StringBuilder sb, string indention, GotoState gotoState)
 {
     sb.AppendLine(indention + "[GotoState]");
     sb.AppendLine(indention + Indention + "[Location: " + gotoState.Location + "]");
 }
Ejemplo n.º 2
0
 private static void PrintGotoState(StringBuilder sb, string indention, GotoState gotoState)
 {
     sb.AppendLine(indention + "[GotoState]");
     sb.AppendLine(indention + Indention + "[Location: " + gotoState.Location + "]");
 }