public NoticesControl() { InitializeComponent(); BrowserPanel.Visibility = Visibility.Collapsed; //Hide window until ready to be shown BrowserPanel.Navigate(Main.NoticesLink); //Navigate to notices }
public void Logout() { BrowserPanel.Navigate(Main.LogoutLink); //Logout of browser }
public void Login() //Needed so .HasMethod returns true for this class having a login function { BrowserPanel.Navigate(Main.NoticesLink); //Navigate to notices }