private void refreshPage() { IURL urlX = URLFactory.CreateURL(m_LastURLType); Uri url = urlX.GetURL(m_Location); webBrowser.Navigate(url); }
public FormCheckInRecommendation() { InitializeComponent(); m_AppManager = AppManager.Instance; webBrowser.ScriptErrorsSuppressed = true; splitContainer1.Dock = DockStyle.Fill; m_ButtonsNames = URLFactory.GetSupportedURLTypes(); createButtons(); }