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

            inloggning.ShowDialog();
        }
        private void regbtn1_Click(object sender, EventArgs e)
        {
            Inloggning inloggning = new Inloggning();

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

            reg.Show();
        }