Esempio n. 1
0
        private void GenerateSource()
        {
            ListViewInboxInfoRepository inboxinfo = new ListViewInboxInfoRepository();

            inboxInfo             = inboxinfo.GetInboxInfo();
            deleteImageCommand    = new Command(Delete);
            favoritesImageCommand = new Command(SetFavorites);
        }
Esempio n. 2
0
        private void GenerateSource()
        {
            ListViewInboxInfoRepository inboxinfo = new ListViewInboxInfoRepository();

            SwipeStartedCommand   = new Command <object>(OnSwipeStart);
            SwipeEndedCommand     = new Command <object>(OnSwipeEnd);
            inboxInfo             = inboxinfo.GetInboxInfo();
            deleteImageCommand    = new Command(Delete);
            favoritesImageCommand = new Command(SetFavorites);
        }