예제 #1
0
        private void itemDiags_Click(object sender, RoutedEventArgs e)
        {
            Vdiagnosticos v = new Vdiagnosticos();

            v.Owner        = this;
            this.IsEnabled = false;
            v.Show();
        }
예제 #2
0
        private void btnAñadir_Click(object sender, RoutedEventArgs e)
        {
            Vdiagnosticos v = new Vdiagnosticos();

            v.Owner        = this;
            this.IsEnabled = false;
            v.bloquearElim();
            v.Show();
        }