Exemplo n.º 1
0
        private void btnLogout_Click(object sender, EventArgs e)
        {
            this.Close();
            FormZaposleniLogging fzl = new FormZaposleniLogging();

            fzl.Show();
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            FormZaposleniLogging fzl = new FormZaposleniLogging();

            fzl.Show();
        }