コード例 #1
0
        private void ShowUnhandledAutopsyRequestPage()
        {
            AutopsyRequestMonitorPage autopsyRequestMonitorPage = new AutopsyRequestMonitorPage();

            this.m_MonitorPageWindow.PageNavigator.Navigate(autopsyRequestMonitorPage);
            this.m_Timer.Start();
        }
コード例 #2
0
ファイル: MonitorPath.cs プロジェクト: ericramses/YPILIS
 private void ShowUnhandledAutopsyRequestPage()
 {
     AutopsyRequestMonitorPage autopsyRequestMonitorPage = new AutopsyRequestMonitorPage();
     this.m_MonitorPageWindow.PageNavigator.Navigate(autopsyRequestMonitorPage);
     this.m_Timer.Start();
 }