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