Exemplo n.º 1
0
        public virtual async void Start()
        {
            MasterViewModel masterViewModel = this;

            // ISSUE: reference to a compiler-generated method
            masterViewModel.\u003C\u003En__0();
            // ISSUE: reference to a compiler-generated method
            masterViewModel._messenger.Subscribe <ActiveProfileChangedMessage>((Action <M0>) new Action <ActiveProfileChangedMessage>(masterViewModel.\u003CStart\u003Eb__47_0), (MvxReference)1, (string)null);
            // ISSUE: reference to a compiler-generated method
            masterViewModel._messenger.Subscribe <ProfileSyncMessage>((Action <M0>) new Action <ProfileSyncMessage>(masterViewModel.\u003CStart\u003Eb__47_1), (MvxReference)1, (string)null);
            // ISSUE: reference to a compiler-generated method
            masterViewModel._messenger.Subscribe <NewsItemsRemovedMessage>((Action <M0>) new Action <NewsItemsRemovedMessage>(masterViewModel.\u003CStart\u003Eb__47_2), (MvxReference)1, (string)null);
            // ISSUE: reference to a compiler-generated method
            masterViewModel._messenger.Subscribe <NewsItemsReceivedMessage>((Action <M0>) new Action <NewsItemsReceivedMessage>(masterViewModel.\u003CStart\u003Eb__47_3), (MvxReference)1, (string)null);
            if (!masterViewModel.isIPad)
            {
                return;
            }
            try
            {
                // ISSUE: reference to a compiler-generated method
                await Task.Run(new Func <Task>(masterViewModel.\u003CStart\u003Eb__47_4)).ConfigureAwait(false);
            }
            catch (Exception ex)
            {
                ErrorHandler.Current.HandleError(ex);
            }
        }