private void StartVotingbutton_Click(object sender, EventArgs e) { VotingChoose VC = new VotingChoose(); this.Hide(); VC.ShowDialog(this); }
private void StartVotingbutton_Click(object sender, EventArgs e) { VotingChoose VC = new VotingChoose(); this.Hide(); VC.ShowDialog(this); //Interface conversion function }