To .NET 5 (lot of refactoring)
[master-thesis.git] / Parasitemia / ParasitemiaUIControls / ImageSourcePreview.xaml.cs
1 using System.Windows.Controls;
2
3 namespace ParasitemiaUIControls
4 {
5 public partial class ImageSourcePreview : UserControl
6 {
7 public ImageSourcePreview()
8 {
9 this.InitializeComponent();
10 }
11 }
12 }