Parent Directory
|
Revision Log
|
Patch
revision 252 by william, Sun Jun 3 16:35:25 2012 UTC | revision 282 by william, Tue Jun 5 01:19:54 2012 UTC | |
---|---|---|
# | Line 40 namespace RomCheater.Docking | Line 40 namespace RomCheater.Docking |
40 | ||
41 | private void FloatingRamDumperDialog_Load(object sender, EventArgs e) | private void FloatingRamDumperDialog_Load(object sender, EventArgs e) |
42 | { | { |
43 | txtStart.Value = 0; | txtStart.Value = MemorySizeConstants.MinimumAddress; |
44 | txtEnd.Value = int.MaxValue; | txtEnd.Value = MemorySizeConstants.MaximumAddress; |
45 | } | } |
46 | ||
47 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |