예제 #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;
        }