SVN r1211
SVN-Revision: r1211
This commit is contained in:
@@ -227,28 +227,4 @@ namespace Lskj.Control
|
||||
{
|
||||
this.txtEdit.Text = (ReturnValue(this.txtEdit.Text) + 10) + "";
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message,ex.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void simpleButton6_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
this.txtEdit.Text = "0";
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message,ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
catch (E
|
||||
Reference in New Issue
Block a user