示例#1
0
        private void ShowUnhandledAutopsyRequestPage()
        {
            AutopsyRequestMonitorPage autopsyRequestMonitorPage = new AutopsyRequestMonitorPage();

            this.m_MonitorPageWindow.PageNavigator.Navigate(autopsyRequestMonitorPage);
            this.m_Timer.Start();
        }
示例#2
0
 private void ShowUnhandledAutopsyRequestPage()
 {
     AutopsyRequestMonitorPage autopsyRequestMonitorPage = new AutopsyRequestMonitorPage();
     this.m_MonitorPageWindow.PageNavigator.Navigate(autopsyRequestMonitorPage);
     this.m_Timer.Start();
 }