Windows Forms WebBrowser GOBLE
if(webbrowser1.CanGoBack)
{
webbrowser.GoBack();
}
TridleGames
if(webbrowser1.CanGoBack)
{
webbrowser.GoBack();
}