示例#1
0
        public LobbyView()
        {
            InitializeComponent();
            LobbyServiceClient c = new LobbyServiceClient();
            c.Open();

            tabCurrentRoom.Visibility = System.Windows.Visibility.Hidden;
            tabCurrentRoom.IsSelected = false;
        }
示例#2
0
        public LobbyView()
        {
            InitializeComponent();
            LobbyServiceClient c = new LobbyServiceClient();

            c.Open();

            tabCurrentRoom.Visibility = System.Windows.Visibility.Hidden;
            tabCurrentRoom.IsSelected = false;
        }