private void Planexecute_Click(object sender, EventArgs e) { تنفيذ_خطه_HIS op = new تنفيذ_خطه_HIS(); //op.MdiParent = this; op.Show(); }
public عرض_خدمات_الغسيل_الكلوى(تنفيذ_خطه_HIS x) { InitializeComponent(); this.y = x; }
public عرض_الطبيب_للغسيل(تنفيذ_خطه_HIS x) { InitializeComponent(); this.y = x; }
public عرض_الغرف(تنفيذ_خطه_HIS x) { InitializeComponent(); this.y = x; }
public عرض_المرضى_لعمل_خطة_علاجية(تنفيذ_خطه_HIS x) { InitializeComponent(); this.y = x; }