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

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