ArcGISWindowsPhoneSDK.InfoWindowChildPage.InfoWindowChildPage C# (CSharp) 메소드

InfoWindowChildPage() 공개 메소드

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