using System.Windows;
namespace NavigationViewWithPrism.Views
{
public partial class MainWindow : Window
public MainWindow()
InitializeComponent();
}