public MainWindow() { InitializeComponent(); ConnectAddress = "ws://localhost:8080"; WebConnector = new WebConnect(); WebConnector.appWin = this; }