예제 #1
0
        /* DoctorPage Constructor */
        public DoctorPage()
        {
            this.InitializeComponent();

            this.navigationHelper            = new NavigationHelper(this);
            this.navigationHelper.LoadState += this.NavigationHelper_LoadState;
            this.navigationHelper.SaveState += this.NavigationHelper_SaveState;

            string path = PathBase + db.getDoctorID(GetDoctor().doctor_name)[0].doctor_id.ToString() + postfix;

            SetImage(path);
            LoadDoctorData();
        }