Exemple #1
0
 public static string makeStringN(int i, int j, GTGTPos next)
 {
     return(i.ToString() + "," + j.ToString() + ((next is GTGTPosEmpty) ? "" : "." + next.ToStringN()));
 }
Exemple #2
0
 public string ToStringN()
 {
     return(gti.ToString() + "." + gtp.ToStringN());
 }