* Add area granulometry (not used for the moment)
[master-thesis.git] / Parasitemia / Parasitemia / NumericUpDown.xaml.fs
diff --git a/Parasitemia/Parasitemia/NumericUpDown.xaml.fs b/Parasitemia/Parasitemia/NumericUpDown.xaml.fs
deleted file mode 100644 (file)
index b30e59a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace Parasitemia.Views
-
-open System
-open System.Windows
-open System.Windows.Data
-open System.Windows.Input
-
-open FsXaml
-
-type NumericUpDown = XAML<"NumericUpDown.xaml", true>
-    
-type NumericUpDownEvents = Up | Down
-
-type NumericUpDownController() = 
-    inherit UserControlViewController<NumericUpDown>()
-
-