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

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