Exemplo n.º 1
0
        private void Rejet_Click(object sender, RoutedEventArgs e)
        {
            FrAnotation ctr = new FrAnotation();

            ctr.Closed += new EventHandler(galatee_OkClickedMotif);
            ctr.Show();
        }
Exemplo n.º 2
0
        private void galatee_OkClickedMotif(object sender, EventArgs e)
        {
            FrAnotation leMotifRejet = sender as FrAnotation;

            if (!string.IsNullOrEmpty(leMotifRejet.txtAnnotation.Text))
            {
                motifRejet = leMotifRejet.txtAnnotation.Text;
                ValidationRejetDemande(Lademande);
            }
        }