Put the RBC number text below border on the main image.
[master-thesis.git] / Parasitemia / ParasitemiaUIControls / 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 }