Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.RVACalculator/RVACalculatorDockControl.cs 2013/06/17 05:29:37 671 +++ trunk/RomCheater.RVACalculator/RVACalculatorDockControl.cs 2013/06/17 05:29:55 672 @@ -308,6 +308,11 @@ public uint RVA; public List<ICheatEntry2> Cheats; } + + private void txtRVA_ValueChanged(object sender, ValueChangedEventArgs e) + { + btnRefresh.PerformClick(); + } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |