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