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