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 224 by william, Sat Jun 2 13:20:13 2012 UTC vs.
Revision 225 by william, Sat Jun 2 14:29:00 2012 UTC

# Line 16 | Line 16 | namespace System.Windows.Forms
16              InitializeComponent();
17          }
18  
19 <        new public object Value
20 <        {
21 <            get { return base.Value; }
22 <            set { base.Value = (ValueType)value; }
23 <        }
19 >        //new public string Value
20 >        //{
21 >        //    get { return base.Value; }
22 >        //    set { base.Value = value; }
23 >        //}
24      }
25   }
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines