1
namespace Parasitemia.GUI.Views
5 open System.Windows.Data
6 open System.Windows.Input
10 type NumericUpDown = XAML<"GUI/NumericUpDown.xaml", true>
12 type NumericUpDownEvents = Up | Down
14 type NumericUpDownController() =
15 inherit UserControlViewController<NumericUpDown>()