Exemplo n.º 1
0
        private void AffichDetail(object sender, RoutedEventArgs e)
        {
            GraphMonth graphique = new GraphMonth();

            this.Close();
            graphique.Show();
        }
Exemplo n.º 2
0
        private void Previous(object sender, RoutedEventArgs e)
        {
            GraphMonth graph = new GraphMonth();

            this.Close();
            graph.Show();
        }