Пример #1
0
 public string arrayToString(char[,] map)
 {
     Filer.SetMap(map);
     Filer.MapArrayToString();
     return(Filer.getMapString());
 }