Пример #1
0
        private void ShowReportDistributionDownPage()
        {
            ReportDistributionDownMonitorPage reportDistributionDownMonitorPage = new ReportDistributionDownMonitorPage();

            this.m_MonitorPageWindow.PageNavigator.Navigate(reportDistributionDownMonitorPage);
            this.m_Timer.Start();
        }
Пример #2
0
 private void ShowReportDistributionDownPage()
 {
     ReportDistributionDownMonitorPage reportDistributionDownMonitorPage = new ReportDistributionDownMonitorPage();
     this.m_MonitorPageWindow.PageNavigator.Navigate(reportDistributionDownMonitorPage);
     this.m_Timer.Start();
 }