ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/Win32/UI/NumericBox.cs
(Generate patch)

Comparing trunk/Win32/libWin32/Win32/UI/NumericBox.cs (file contents):
Revision 222 by william, Sat Jun 2 11:56:26 2012 UTC vs.
Revision 223 by william, Sat Jun 2 13:20:13 2012 UTC

# 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          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines