Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }