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