ArcGISWindowsPhoneSDK.TimeImageService.TimeImageService C# (CSharp) Method

TimeImageService() public method

public TimeImageService ( ) : System
return System
        public TimeImageService()
        {
            InitializeComponent();

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