The program starts, but does not display the interface.
public MainWindow() { Browser.Manage().Window.Maximize(); InitializeComponent(); Main.Content = new Pages.MainPage(); this.Dispatcher.BeginInvoke(new Action(() => { while (true) { RuCaptchaBalance.Text = Rucaptcha.GetBalance(); } })); }