You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
285B

  1. using System.Windows;
  2. namespace MyProjectWizard.Views
  3. {
  4. /// <summary>
  5. /// Interaction logic for MainWindow.xaml
  6. /// </summary>
  7. public partial class MainWindow : Window
  8. {
  9. public MainWindow()
  10. {
  11. InitializeComponent();
  12. }
  13. }
  14. }