Beispiel #1
0
        private void AddSection(object sender, RoutedEventArgs e)
        {
            AddSectionDialog dialog = new AddSectionDialog();

            dialog.ShowDialog();
        }