Пример #1
0
 private void MenuItemShowPendingTestMonitor_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.UI.Monitor.MonitorPath monitorPath = new Monitor.MonitorPath();
     monitorPath.Show(YellowstonePathology.UI.Monitor.MonitorPageLoadEnum.PendingTestMonitor);
 }
Пример #2
0
 private void MenuItemShowReportDistributionMonitor_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.UI.Monitor.MonitorPath monitorPath = new Monitor.MonitorPath();
     monitorPath.Show(YellowstonePathology.UI.Monitor.MonitorPageLoadEnum.ReportDistributionMonitor);
 }
Пример #3
0
 private void MenuItemShowMissingInformationMonitor_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.UI.Monitor.MonitorPath monitorPath = new Monitor.MonitorPath();
     monitorPath.Show(YellowstonePathology.UI.Monitor.MonitorPageLoadEnum.MissingInformationMonitor);
 }
Пример #4
0
 private void MenuItemShowBillingEOD_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.UI.Monitor.MonitorPath monitorPath = new Monitor.MonitorPath();
     monitorPath.Show(YellowstonePathology.UI.Monitor.MonitorPageLoadEnum.BillingEODProcess);
 }
Пример #5
0
 private void MenuItemShowDashboardMonitor_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.UI.Monitor.MonitorPath monitorPath = new Monitor.MonitorPath();
     monitorPath.Show(YellowstonePathology.UI.Monitor.MonitorPageLoadEnum.DashboardMonitor);
 }
Пример #6
0
 private void MenuItemShowMissingInformationMonitor_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.UI.Monitor.MonitorPath monitorPath = new Monitor.MonitorPath();
     monitorPath.Show(YellowstonePathology.UI.Monitor.MonitorPageLoadEnum.MissingInformationMonitor);
 }
Пример #7
0
 private void MenuItemShowReportDistributionMonitor_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.UI.Monitor.MonitorPath monitorPath = new Monitor.MonitorPath();
     monitorPath.Show(YellowstonePathology.UI.Monitor.MonitorPageLoadEnum.ReportDistributionMonitor);
 }