예제 #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
        }