4c91ed2ab29ae0ee23396bb24b320ab05089ff2e
[master-thesis.git] / Parasitemia / ParasitemiaUI / XAML / ImageSourceSelection.xaml.fs
1 namespace ParasitemiaUI.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<"XAML/ImageSourceSelection.xaml", true>
12
13 (* type ImageSourcePreviewController() =
14 inherit UserControlViewController<ImageSourcePreview>() *)
15
16 (* type ImageSourcePreviewViewModel() =
17 inherit ViewModelBase() *)