private void HyperLinkSetResults_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.Her2AmplificationByIHC.Her2AmplificationByIHCResult result = new Business.Test.Her2AmplificationByIHC.Her2AmplificationByIHCResult();
     result.SetResults(this.m_PanelSetOrder);
     this.NotifyPropertyChanged("PanelSetOrder");
 }
Exemple #2
0
 private void HyperLinkSetResults_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.Her2AmplificationByIHC.Her2AmplificationByIHCResult result = new Business.Test.Her2AmplificationByIHC.Her2AmplificationByIHCResult();
     result.SetResults(this.m_PanelSetOrder);
     this.NotifyPropertyChanged("PanelSetOrder");
 }