示例#1
0
        private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            ManageVotingStatement MVS = new ManageVotingStatement();

            this.Hide();
            MVS.ShowDialog(this);
        }
示例#2
0
        private void button3_Click(object sender, EventArgs e)
        {
            ManageVotingStatement MVS = new ManageVotingStatement();

            this.Hide();
            MVS.ShowDialog(this);
        }
示例#3
0
        //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
        }