Exemplo n.º 1
0
        private void InsertComponente_Click(object sender, RoutedEventArgs e)
        {
            Componente rowPage = new Componente(-1);

            this.NavigationService.Navigate(rowPage);
        }