X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Parasitemia%2FParasitemia%2FGUI%2FNumericUpDown.xaml.fs;fp=Parasitemia%2FParasitemia%2FGUI%2FNumericUpDown.xaml.fs;h=0000000000000000000000000000000000000000;hb=4bfa3cbdc6145e6944f02e24829ab2ef3a851ac1;hp=574ffd6bdb6f3f885696e275df157f69f3a7d944;hpb=48ecdfc43001c444eff6ad442986049384674af2;p=master-thesis.git diff --git a/Parasitemia/Parasitemia/GUI/NumericUpDown.xaml.fs b/Parasitemia/Parasitemia/GUI/NumericUpDown.xaml.fs deleted file mode 100644 index 574ffd6..0000000 --- a/Parasitemia/Parasitemia/GUI/NumericUpDown.xaml.fs +++ /dev/null @@ -1,17 +0,0 @@ -namespace Parasitemia.GUI.Views - -open System -open System.Windows -open System.Windows.Data -open System.Windows.Input - -open FsXaml - -type NumericUpDown = XAML<"GUI/NumericUpDown.xaml", true> - -type NumericUpDownEvents = Up | Down - -type NumericUpDownController() = - inherit UserControlViewController() - -