Beispiel #1
0
        private void StartVotingbutton_Click(object sender, EventArgs e)
        {
            VotingChoose VC = new VotingChoose();

            this.Hide();
            VC.ShowDialog(this);
        }
Beispiel #2
0
        private void StartVotingbutton_Click(object sender, EventArgs e)
        {
            VotingChoose VC = new VotingChoose();

            this.Hide();
            VC.ShowDialog(this);
            //Interface conversion function
        }