# | Line 12 | Line 12 | namespace System.Windows.Forms | |
---|---|---|
12 | public partial class FloatBox : NumericBoxBase | |
13 | { | |
14 | public FloatBox() | |
15 | + | : base() |
16 | { | |
17 | InitializeComponent(); | |
18 | this.Value = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |