コード例 #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);
        }
コード例 #2
0
ファイル: ImportController.cs プロジェクト: mono/f-spot
		// These are callbacks that should be called by the sources.

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