示例#1
0
        // Affichage du controle des paramètres
        public void ShowCustomSettingFlyout()
        {
            CustomSettings CustomSettingFlyout = new CustomSettings();

            CustomSettingFlyout.Show();
        }
        private void AppBarButton_Setting_Click(object sender, RoutedEventArgs e)
        {
            CustomSettings CustomSettingFlyout = new CustomSettings();

            CustomSettingFlyout.Show();
        }