Example #1
0
        private void buttonProfil_Click(object sender, RoutedEventArgs e)
        {
            Profil p = new Profil();

            p.ShowDialog();
        }