* Add the possibility to set an RBC as healthy or infected
[master-thesis.git] / Parasitemia / Parasitemia / GUI / RBCFrame.xaml.fs
1 namespace Parasitemia.GUI.Views
2
3 open System
4 open System.Windows
5 open System.Windows.Data
6 open System.Windows.Input
7
8 open FSharp.ViewModule
9 open FsXaml
10
11 type RBCFrame = XAML<"GUI/RBCFrame.xaml", true>