Example #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            تعديل_بيانات_مريض update = new تعديل_بيانات_مريض();

            update.Show();
        }
Example #2
0
        private void button8_Click(object sender, EventArgs e)
        {
            تعديل_بيانات_مريض f = new تعديل_بيانات_مريض();

            f.Show();
        }
Example #3
0
 public محرك_البحث_عن_مررريض(تعديل_بيانات_مريض x)
 {
     InitializeComponent();
     y = x;
 }