예제 #1
0
 private void ScanContainerPage_BarcodeWontScan(object sender, EventArgs e)
 {
     Login.ReceiveSpecimen.BarcodeManualEntryPage containerManualEntryPage = new Login.ReceiveSpecimen.BarcodeManualEntryPage();
     containerManualEntryPage.Return += new Login.ReceiveSpecimen.BarcodeManualEntryPage.ReturnEventHandler(BarcodeManualEntryPage_Return);
     containerManualEntryPage.Back   += new Login.ReceiveSpecimen.BarcodeManualEntryPage.BackEventHandler(ContainerManualEntryPage_Back);
     this.m_HistologyGrossDialog.PageNavigator.Navigate(containerManualEntryPage);
 }
예제 #2
0
 private void ScanContainerPage_BarcodeWontScan(object sender, EventArgs e)
 {
     Login.ReceiveSpecimen.BarcodeManualEntryPage containerManualEntryPage = new Login.ReceiveSpecimen.BarcodeManualEntryPage();
     containerManualEntryPage.Return += new Login.ReceiveSpecimen.BarcodeManualEntryPage.ReturnEventHandler(BarcodeManualEntryPage_Return);
     containerManualEntryPage.Back += new Login.ReceiveSpecimen.BarcodeManualEntryPage.BackEventHandler(ContainerManualEntryPage_Back);
     this.m_HistologyGrossDialog.PageNavigator.Navigate(containerManualEntryPage);
 }