Beispiel #1
0
        private void AcquireInitSrcClick(object sender, RoutedEventArgs e)
        {
            IDDAcquireInitSrc f = new IDDAcquireInitSrc();

            switch (f.np.biasMode)
            {
            default:
                f.ShowDialog();
                break;

            case NormTest.Collar:
                MessageBox.Show("Initial source measurements cannot be done when the normalization type is collar.");
                break;
            }
        }
Beispiel #2
0
        private void AcquireInitSrcClick(object sender, RoutedEventArgs e)
        {            
            IDDAcquireInitSrc f = new IDDAcquireInitSrc();
            switch (f.np.biasMode)
            {
                default:
                    f.ShowDialog();
                    break;
                case NormTest.Collar:
                    MessageBox.Show("Initial source measurements cannot be done when the normalization type is collar.");
                    break;
            }

        }