Esempio n. 1
0
        private void Planexecute_Click(object sender, EventArgs e)
        {
            تنفيذ_خطه_HIS op = new تنفيذ_خطه_HIS();

            //op.MdiParent = this;
            op.Show();
        }
Esempio n. 2
0
 public عرض_خدمات_الغسيل_الكلوى(تنفيذ_خطه_HIS x)
 {
     InitializeComponent();
     this.y = x;
 }
Esempio n. 3
0
 public عرض_الطبيب_للغسيل(تنفيذ_خطه_HIS x)
 {
     InitializeComponent();
     this.y = x;
 }
Esempio n. 4
0
 public عرض_الغرف(تنفيذ_خطه_HIS x)
 {
     InitializeComponent();
     this.y = x;
 }
Esempio n. 5
0
 public عرض_المرضى_لعمل_خطة_علاجية(تنفيذ_خطه_HIS x)
 {
     InitializeComponent();
     this.y = x;
 }