Beispiel #1
0
        private void btnKandidati_Click(object sender, EventArgs e)
        {
            var frm = new Kandidat.KandidatIndexForm();

            frm.ShowDialog();
        }
Beispiel #2
0
        private void notifyIcon_BalloonTipClicked(object sender, EventArgs e)
        {
            Kandidat.KandidatIndexForm frm = new Kandidat.KandidatIndexForm();

            frm.ShowDialog();
        }