コード例 #1
0
        public f_Cancel_Appointment(a_Identification_Home homeForm, c_Patient_Information previousForm)
        {
            InitializeComponent();

            //POINT TO THE HOME FORM
            pointerToHomeForm = homeForm;

            //POINT TO PREVIOUS FORM
            pointerToPreviousForm = previousForm;

            //Initialise date and time
            timer3.Enabled = true;

            //Reset idle timer
            resetTimer();
        }
コード例 #2
0
        public d_Review_Appointment(a_Identification_Home homeForm, c_Patient_Information previousForm)
        {
            InitializeComponent();

            //POINT TO THE HOME FORM
            pointerToHomeForm = homeForm;

            //POINT TO PREVIOUS FORM
            pointerToPreviousForm = previousForm;

            //Initialise date and time
            timer3.Enabled = true;

            //Reset idle timer
            resetTimer();

            appDate3.Lines = date;

            confirmPhAttButton2.Enabled = false;
        }