public static VehiclesInMap GetMap(object dataContext) { if (_map == null) { _map = new VehiclesInMap { DataContext = dataContext }; } return _map; }
public static VehiclesInMap GetMap(object dataContext) { if (_map == null) { _map = new VehiclesInMap { DataContext = dataContext }; } return(_map); }