To .NET 5 (lot of refactoring)
[master-thesis.git] / Parasitemia / ParasitemiaUI / XAML / NumericUpDown.xaml.fs
diff --git a/Parasitemia/ParasitemiaUI/XAML/NumericUpDown.xaml.fs b/Parasitemia/ParasitemiaUI/XAML/NumericUpDown.xaml.fs
deleted file mode 100644 (file)
index 9f1394d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace ParasitemiaUI.Views
-
-open System
-open System.Windows
-open System.Windows.Data
-open System.Windows.Input
-
-open FsXaml
-
-type NumericUpDown = XAML<"XAML/NumericUpDown.xaml", true>
-
-type NumericUpDownEvents = Up | Down
-
-type NumericUpDownController() =
-    inherit UserControlViewController<NumericUpDown>()
-
-