public LobbyPage() { InitializeComponent(); vm = new LobbyPageViewModel(); LobbyRefreshBtn_Click(null, null); //LobbyListBox.Items.Add("test"); }
public LobbyPage() { InitializeComponent(); DataContext = new LobbyPageViewModel(this); }