Esempio n. 1
0
 protected void ComboBox1_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (Ex_Conv.SelectedText == "الماء والكهرباء")
     {
     }
     else if (Ex_Conv.SelectedText == "التربية و التعليم")
     {
     }
     else if (Ex_Conv.SelectedText == "الصحة")
     {
     }
     else if (Ex_Conv.SelectedText == "الصحة")
     {
     }
     else
     {
         Globals.ThisAddIn.Open_existingdoc();
         object           readOnly  = false; //default
         object           isVisible = false;
         Word.Application wordApp   = new Word.Application();
         wordApp.Visible = false;
         this.Hide();
         ConratInfosForm aff = new ConratInfosForm();
         aff.Show();
     }
     System.Guid g = System.Guid.NewGuid();
 }
Esempio n. 2
0
        private void حفظ_Click(object sender, EventArgs e)
        {
            ConratInfosForm a = new ConratInfosForm();

            string asso1 = textasso1.Text;
            string asso2 = textasso2.Text;
            string asso3 = textasso3.Text;
            string asso4 = textasso4.Text;


            a.FindAndReplace("$$assoc1$$", asso1);
            a.FindAndReplace("$$assoc2$$", asso2);
            a.FindAndReplace("$$assoc3$$", asso3);
            a.FindAndReplace("$$assoc4$$", asso4);

            this.Hide();
            new ConratInfosForm().Show();
        }
Esempio n. 3
0
 void ApplyData(ConratInfosForm form)
 {
 }
Esempio n. 4
0
        private void Button5_Click(object sender, RibbonControlEventArgs e)
        {
            var المعلومات_المتعلقة_بالإتفاقية = new ConratInfosForm();

            المعلومات_المتعلقة_بالإتفاقية.Show();
        }