protected override async void OnAppearing() { base.OnAppearing(); await serverConnection.Connect(); await serverConnection.Request("GetAllProfiles"); }
public void Execute() { _serverConnection.Connect(_serverAddress); _eventAggregator.Publish(new Connected()); }