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()