Ejemplo n.º 1
0
        //##################################### Pivot View 2 Doctors #########################################//

        /* Send query and get information from Database */
        public void DoctorsSearch()
        {
            DoctorList.ItemsSource = db.getAllDoctors();
        }