コード例 #1
0
        private async void OnConnect()
        {
            await _communicationService.ConnectAsync(ServerUri);

            UpdateCommands(false, true, true);
        }