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