예제 #1
0
 public string ArrayToString(char[,] map)
 {
     Filer.SetMap(map);
     Filer.Compress();
     return(Filer.GetMapString());
 }