示例#1
0
        private void AcquireBackgroundClick(object sender, RoutedEventArgs e)
        {
            IDDAcquireBackground f = new IDDAcquireBackground();

            f.Show();  // Note: keep like this, try a measurement acquire while rest of software is available
        }
示例#2
0
 private void AcquireBackgroundClick(object sender, RoutedEventArgs e)
 {
     IDDAcquireBackground f = new IDDAcquireBackground();
     f.Show();  // Note: keep like this, try a measurement acquire while rest of software is available
 }