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

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