Put the RBC number text below border on the main image.
[master-thesis.git] / Parasitemia / ParasitemiaUIControls / PPICalculatorWindow.xaml.cs
1 using System.Windows;
2 using System.Windows.Controls;
3
4 namespace ParasitemiaUIControls
5 {
6 public partial class PPICalculatorWindow : Window
7 {
8 public PPICalculatorWindow()
9 {
10 this.InitializeComponent();
11 }
12 }
13 }