private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { ManageVotingStatement MVS = new ManageVotingStatement(); this.Hide(); MVS.ShowDialog(this); }
private void button3_Click(object sender, EventArgs e) { ManageVotingStatement MVS = new ManageVotingStatement(); this.Hide(); MVS.ShowDialog(this); }
//private void button1_Click(object sender, EventArgs e) //{ // StartVoting startVoting = new StartVoting(); // this.Hide(); // startVoting.ShowDialog(this); //} private void button3_Click(object sender, EventArgs e) { ManageVotingStatement MVS = new ManageVotingStatement(); this.Hide(); MVS.ShowDialog(this); //Interface conversion function }