示例#1
0
        //Browse through photos of the user
        private void FetchTaggedPhotos()
        {
            myButtonEndSlideShow.Invoke(new Action(() => myButtonEndSlideShow.Hide()));

            if (LogicServices.GetPhotosTaggedInCount() > 0)
            {
                myButtonSlideShow.Enabled = true;
                new Thread(fillPictureBoxTaggedPhotos).Start();
            }
        }