예제 #1
0
        public void Start()
        {
            this.m_HistologyGrossDialog          = new HistologyGrossDialog();
            this.m_HistologyGrossDialog.Closing += new System.ComponentModel.CancelEventHandler(HistologyGrossDialog_Closing);
            this.m_HistologyGrossDialog.Show();

            if (this.m_HistologyGrossDialog.PageNavigator.HasDualMonitors() == true)
            {
                this.m_SecondaryWindow = new SecondaryWindow();
                this.m_HistologyGrossDialog.PageNavigator.ShowSecondMonitorWindow(this.m_SecondaryWindow);
                this.m_HistologyGrossDialog.PageNavigator.SecondMonitorWindow.WindowState = System.Windows.WindowState.Maximized;
                BlankPage blankPage = new BlankPage();
                this.m_SecondaryWindow.PageNavigator.Navigate(blankPage);
            }

            this.ShowScanSecurityBadgePage();
        }
예제 #2
0
        public void Start()
        {
            this.m_HistologyGrossDialog = new HistologyGrossDialog();
            this.m_HistologyGrossDialog.Closing += new System.ComponentModel.CancelEventHandler(HistologyGrossDialog_Closing);
            this.m_HistologyGrossDialog.Show();

            if (this.m_HistologyGrossDialog.PageNavigator.HasDualMonitors() == true)
            {
                this.m_SecondaryWindow = new SecondaryWindow();
                this.m_HistologyGrossDialog.PageNavigator.ShowSecondMonitorWindow(this.m_SecondaryWindow);
                this.m_HistologyGrossDialog.PageNavigator.SecondMonitorWindow.WindowState = System.Windows.WindowState.Maximized;
                BlankPage blankPage = new BlankPage();
                this.m_SecondaryWindow.PageNavigator.Navigate(blankPage);
            }

            this.ShowScanSecurityBadgePage();
        }