ArcGISWindowsPhoneSDK.TimeImageService.TimeImageService C# (CSharp) Méthode

TimeImageService() public méthode

public TimeImageService ( ) : System
Résultat System
        public TimeImageService()
        {
            InitializeComponent();

            MyMap.TimeExtent = new TimeExtent();
            MonthSlider.ValueChanged += Month_ValueChanged;
            MonthSlider.Value = 1;
        }