ArcGISWindowsPhoneSDK.InfoWindowChildPage.InfoWindowChildPage C# (CSharp) Method

InfoWindowChildPage() public method

public InfoWindowChildPage ( ) : System
return System
        public InfoWindowChildPage()
        {
            InitializeComponent();
            _dispatcherTimer = new DispatcherTimer();
            _dispatcherTimer.Interval = new TimeSpan(0, 0, 0, 0, 400);
            _dispatcherTimer.Tick += dispatcherTimer_Tick;
        }