private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { VotingSetting voting = new VotingSetting(); this.Hide(); voting.ShowDialog(this); }
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { VotingSetting voting = new VotingSetting(); this.Hide(); voting.ShowDialog(this); //Interface conversion function }