protected void Page_Load(object sender, EventArgs e)
 {
     Functions.Functions heartdoctors = new Functions.Functions();
     heartdoctors.RetriveDoctors(PediaDoctors, "قسم الأطفال");
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     Functions.Functions heartdoctors = new Functions.Functions();
     heartdoctors.RetriveDoctors(OrthoDoctors, "قسم العظام");
 }
Exemplo n.º 3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Functions.Functions heartdoctors = new Functions.Functions();
     heartdoctors.RetriveDoctors(heartDoctors, "قسم القلب");
     Session["userId"] = Session["userId"];
 }
Exemplo n.º 4
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Functions.Functions heartdoctors = new Functions.Functions();
     heartdoctors.RetriveDoctors(OtherDoctors, "أقسام اخرى");
 }
Exemplo n.º 5
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Functions.Functions heartdoctors = new Functions.Functions();
     heartdoctors.RetriveDoctors(Nursing, "قسم التمريض المنزلي");
 }