The images to be analyzed can be selected.
[master-thesis.git] / Parasitemia / Parasitemia / GUI / ImageSourceSelection.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 ImageSourceSelection = XAML<"GUI/ImageSourceSelection.xaml", true>
12
13 (* type ImageSourcePreviewController() =
14 inherit UserControlViewController<ImageSourcePreview>() *)
15
16 (* type ImageSourcePreviewViewModel() =
17 inherit ViewModelBase() *)