Exemplo n.º 1
0
        private void LogOutButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            Inloggning inloggning = new Inloggning();

            inloggning.ShowDialog();
        }
Exemplo n.º 2
0
        private void regbtn1_Click(object sender, EventArgs e)
        {
            Inloggning inloggning = new Inloggning();

            inloggning.Hide();
            Registration reg = new Registration();

            reg.Show();
        }