private void GenerateSource()
        {
            ListViewInboxInfoRepository inboxinfo = new ListViewInboxInfoRepository();

            inboxInfo             = inboxinfo.GetInboxInfo();
            deleteImageCommand    = new Command(Delete);
            favoritesImageCommand = new Command(SetFavorites);
        }
Example #2
0
        private void GenerateSource()
        {
            swipeStartedCommand = new Command <SwipeStartedEventArgs>(OnSwipeStarted);
            swipeEndedCommand   = new Command <SwipeEndedEventArgs>(OnSwipeEnded);
            loadedCommand       = new Command <SfListView>(OnListViewLoaded);

            ListViewInboxInfoRepository inboxinfo = new ListViewInboxInfoRepository();

            inboxInfo = inboxinfo.GetInboxInfo();
        }
Example #3
0
        private void GenerateSource()
        {
            ListViewInboxInfoRepository inboxinfo = new ListViewInboxInfoRepository();

            inboxInfo = inboxinfo.GetInboxInfo();
        }