Beispiel #1
0
        private void InsertTopic_Click(object sender, RoutedEventArgs e)
        {
            Topico rowPage = new Topico(-1);

            this.NavigationService.Navigate(rowPage);
        }