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