Exemplo n.º 1
0
 public override string ToString()
 {
     return("Layername: " + _layername + " , Coordinates: " + _coordinates.ToString());
 }
Exemplo n.º 2
0
 private void PrintCurrentLocation()
 {
     Console.WriteLine("Current Location -" + _currentLocation.ToString());
 }