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

            f.ShowDialog();
        }
Beispiel #2
0
 private void MaintainDetectorAddEditClick(object sender, RoutedEventArgs e)
 {
     IDDDetectorEdit f = new IDDDetectorEdit();
     f.ShowDialog();
 }