コード例 #1
0
        protected override async void OnAppearing()
        {
            base.OnAppearing();
            await serverConnection.Connect();

            await serverConnection.Request("GetAllProfiles");
        }
コード例 #2
0
 public void Execute()
 {
     _serverConnection.Connect(_serverAddress);
     _eventAggregator.Publish(new Connected());
 }