Code change; Page 1074; Ch21
[u]Updating the Limits Menu Item Handler.</u>
A change to previously written code has not been highlighted on page 1074.
The seventh line of code from
'System::Void lowerMenuItem_Click(System::Object^ sender, System::EventArgs^ e)'
is now
result = lottoLimitsDialog->ShowDialog(this);
-Whereas on page 1062 it had previously been entered as:
::DialogResult result = lottoLimitsDialog->ShowDialog(this);
|