The images to be analyzed can be selected.
[master-thesis.git] / Parasitemia / Parasitemia / GUI / ImageSourceSelection.xaml.fs
diff --git a/Parasitemia/Parasitemia/GUI/ImageSourceSelection.xaml.fs b/Parasitemia/Parasitemia/GUI/ImageSourceSelection.xaml.fs
new file mode 100644 (file)
index 0000000..1ca5c66
--- /dev/null
@@ -0,0 +1,17 @@
+namespace Parasitemia.GUI.Views
+
+open System
+open System.Windows
+open System.Windows.Data
+open System.Windows.Input
+
+open FSharp.ViewModule
+open FsXaml
+
+type ImageSourceSelection = XAML<"GUI/ImageSourceSelection.xaml", true>
+
+(* type ImageSourcePreviewController() =
+    inherit UserControlViewController<ImageSourcePreview>() *)
+
+(* type ImageSourcePreviewViewModel() =
+    inherit ViewModelBase() *)