namespace DelayedValidation.Views{ using System.Windows.Controls; /// <summary> /// Interaction logic for ShellView.xaml /// </summary> public partial class ShellView : UserControl { public ShellView() { InitializeComponent(); } } }