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