public AddVoteSystem(ArrayList listCandidate, InputCandidate inputCandidateWindow) { listVote = new List <AVote>(); this.inputCandidateWindow = inputCandidateWindow; this.listCandidate = listCandidate; InitializeComponent(); }
private void ManuallyButtonButton_Click(object sender, EventArgs e) { InputCandidate a = new InputCandidate(this); a.Show(); }