Exemplo n.º 1
0
        private void FollowUp_Click(object sender, EventArgs e)
        {
            FollowUp_Presentation FollowUp = new FollowUp_Presentation();

            FollowUp.Show();
            this.Close();
        }
Exemplo n.º 2
0
        private void btnFollowUpReminder_Click(object sender, EventArgs e)
        {
            FollowUp_Presentation FollowUpForm = new FollowUp_Presentation();

            FollowUpForm.Show();
            this.Close();
        }