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