Example #1
0
 private void AllNew_Click(object sender, RoutedEventArgs e)
 {
     Selection         = DlgSelection.AllNew;
     this.DialogResult = true;
 }
Example #2
0
 private void Drive_Click(object sender, RoutedEventArgs e)
 {
     Selection         = DlgSelection.Drive;
     this.DialogResult = true;
 }