Exemplo n.º 1
0
        private void CreateChat()
        {
            if (_chatList != null)
            {
                var createChatDialog = new Views.CreateChatDialog();
                var res = createChatDialog.ShowDialog();

                UpdateChatList();
            }
        }
Exemplo n.º 2
0
        private void CreateChat()
        {
            if (_chatList != null)
            {
                var createChatDialog = new Views.CreateChatDialog();
                var res = createChatDialog.ShowDialog();

                UpdateChatList();
            }
        }