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