コード例 #1
0
ファイル: Accueil.xaml.cs プロジェクト: zirakai/NyxoWp
        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);
        }
コード例 #2
0
ファイル: MenuPage.xaml.cs プロジェクト: zirakai/NyxoWp
        private void profil_Click(object sender, RoutedEventArgs e)
        {
            UserProfilControl UserControl = new UserProfilControl();

            PageAff.Content = UserControl;
        }