Ejemplo n.º 1
0
        // These are callbacks that should be called by the sources.

        public void OnPhotoFound(object sender, PhotoFoundEventArgs args)
        {
            ((PhotoList)Photos.Collection).Add(args.FileImportInfo);
        }
Ejemplo n.º 2
0
		// These are callbacks that should be called by the sources.

		public void OnPhotoFound (object sender, PhotoFoundEventArgs args)
		{
			((PhotoList)Photos.Collection).Add (args.FileImportInfo);
		}