Exemple #1
0
        private void zonaPazienti_Click(object sender, EventArgs e)
        {
            users u = new users();

            this.Hide();
            u.ShowDialog();
            this.Show();
        }