using System.Windows.Controls; namespace ParasitemiaUIControls { public partial class ImageSourceSelection : UserControl { public ImageSourceSelection() { this.InitializeComponent(); } } }