Ejemplo n.º 1
0
        private void btnViewCandidate_Click(object sender, EventArgs e)
        {
            pnlMainCandidate.Controls.Clear();
            var ViewCandidate = new CandidateView();

            pnlMainCandidate.Controls.Add(ViewCandidate);
        }
Ejemplo n.º 2
0
 private void btnViewCandidate_Click(object sender, EventArgs e)
 {
     pnlMainCandidate.Controls.Clear();
     var ViewCandidate = new CandidateView();
     pnlMainCandidate.Controls.Add(ViewCandidate);
 }