private void ItemsReceivedPage_BarcodeWontScan(object sender, EventArgs e)
 {
     YellowstonePathology.UI.Login.ReceiveSpecimen.BarcodeManualEntryPage containerManualEntryPage = new YellowstonePathology.UI.Login.ReceiveSpecimen.BarcodeManualEntryPage();
     containerManualEntryPage.Return += new ReceiveSpecimen.BarcodeManualEntryPage.ReturnEventHandler(ContainerManualEntryPage_Return);
     containerManualEntryPage.Back += new ReceiveSpecimen.BarcodeManualEntryPage.BackEventHandler(ContainerManualEntryPage_Back);
     this.m_LoginPageWindow.PageNavigator.Navigate(containerManualEntryPage);
 }
Example #2
0
 private void ItemsReceivedPage_BarcodeWontScan(object sender, EventArgs e)
 {
     YellowstonePathology.UI.Login.ReceiveSpecimen.BarcodeManualEntryPage containerManualEntryPage = new YellowstonePathology.UI.Login.ReceiveSpecimen.BarcodeManualEntryPage();
     containerManualEntryPage.Return += new ReceiveSpecimen.BarcodeManualEntryPage.ReturnEventHandler(ContainerManualEntryPage_Return);
     containerManualEntryPage.Back   += new ReceiveSpecimen.BarcodeManualEntryPage.BackEventHandler(ContainerManualEntryPage_Back);
     this.m_LoginPageWindow.PageNavigator.Navigate(containerManualEntryPage);
 }