6f91924f34fe738f075c462344b9951298c3006a
1
namespace Parasitemia.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>()