# | Line 7 | Line 7 | using System.Linq; | |
---|---|---|
7 | using System.Text; | |
8 | using System.Windows.Forms; | |
9 | ||
10 | < | namespace libWin32.Win32.UI |
10 | > | namespace System.Windows.Forms |
11 | { | |
12 | public partial class NumericBox : NumericBoxBase | |
13 | { | |
14 | < | public NumericBox() |
14 | > | public NumericBox() :base() |
15 | { | |
16 | InitializeComponent(); | |
17 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |