Ejemplo n.º 1
0
        private void MaintainActiveCalCurveClick(object sender, RoutedEventArgs e)
        {
            IDDActiveCal f = new IDDActiveCal();

            f.ShowDialog();
        }
Ejemplo n.º 2
0
 private void MaintainActiveCalCurveClick(object sender, RoutedEventArgs e)
 {
     IDDActiveCal f = new IDDActiveCal();
     f.ShowDialog();
 }