Ejemplo n.º 1
0
        /// <summary>
        /// Go back to Schedule master form
        /// </summary>
        private void GoBack()
        {
            ucSchedule uc = new ucSchedule(userId);

            Common.GoBack(uc, this);
        }
Ejemplo n.º 2
0
        private void btnSchedule_Click(object sender, EventArgs e)
        {
            ucSchedule uc = new ucSchedule(userId);

            Common.GoBack(uc, this);
        }