Example #1
0
 private void HyperLinkSetResults_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Rules.MethodResult result = this.m_RASRAFPanelTestOrder.IsOkToSet();
     if (result.Success == true)
     {
         YellowstonePathology.Business.Test.RASRAFPanel.ResultCollection  resultCollection  = new Business.Test.RASRAFPanel.ResultCollection(this.m_RASRAFPanelTestOrder);
         YellowstonePathology.Business.Test.RASRAFPanel.RASRAFPanelResult rasrafPanelResult = resultCollection.GetResult();
         rasrafPanelResult.SetResults(this.m_RASRAFPanelTestOrder, resultCollection);
     }
     else
     {
         MessageBox.Show(result.Message);
     }
 }
 private void HyperLinkSetResults_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Rules.MethodResult result = this.m_RASRAFPanelTestOrder.IsOkToSet();
     if (result.Success == true)
     {
         YellowstonePathology.Business.Test.RASRAFPanel.ResultCollection resultCollection = new Business.Test.RASRAFPanel.ResultCollection(this.m_RASRAFPanelTestOrder);
         YellowstonePathology.Business.Test.RASRAFPanel.RASRAFPanelResult rasrafPanelResult = resultCollection.GetResult();
         rasrafPanelResult.SetResults(this.m_RASRAFPanelTestOrder, resultCollection);
     }
     else
     {
         MessageBox.Show(result.Message);
     }
 }