Esempio n. 1
0
        private void ProfilButton_Tapped(object sender, TappedRoutedEventArgs e)
        {
            UserProfilControl UserProfil = new UserProfilControl();

            frame.Content = UserProfil;
            PageTitle.Text = "Profil";
            UserProfil.Background = new SolidColorBrush(Windows.UI.Colors.Gray);
            Vidéo.Background = new SolidColorBrush(Windows.UI.Colors.Black);
            Musique.Background = new SolidColorBrush(Windows.UI.Colors.Black);
            Image.Background = new SolidColorBrush(Windows.UI.Colors.Black);
        }
Esempio n. 2
0
        private void profil_Click(object sender, RoutedEventArgs e)
        {
            UserProfilControl UserControl = new UserProfilControl();

            PageAff.Content = UserControl;
        }