Exemplo n.º 1
0
 private void ADDbutton_Click(object sender, EventArgs e)
 {
     Form_2.session n = new Form_2.session("Register_service", "تمدید ", int.Parse(tempid.Text), 1);
     if (!n.Visible)
     {
         n.MdiParent = this.MdiParent;
         n.Show(); // Add the message
     }
 }
Exemplo n.º 2
0
        private void buttonItem20_Click(object sender, EventArgs e)
        {
            Form_2.session n = new Form_2.session("Register_service", "تمدید ", 112, 1);
            if (!n.Visible)
            {
                n.MdiParent = this;

                n.Show(); // Add the message
            }
        }