SVN r1211
SVN-Revision: r1211
This commit is contained in:
@@ -189,24 +189,4 @@ namespace Lskj.Control
|
||||
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
|
||||
private void picBrowser_Click(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
PictureBox pic = (PictureBox)sender;
|
||||
string url = EditText;
|
||||
if (string.IsNullOrEmpty(url))
|
||||
{
|
||||
MessageUtil.Show(ResourceKeys.BrowserTip);
|
||||
return;
|
||||
}
|
||||
Process.Start("iexplore.exe", url);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
MessageUtil.Show(Message,ex.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user