Ignore:
Timestamp:
Aug 2, 2011, 11:18:05 PM (13 years ago)
Author:
bayral
Message:

trouble with csproj file beteewn Visual sutdio and visual studio express

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/TestPiwigoLib/Form1.cs

    r11890 r11901  
    4646                //List<PwgTag> lstTag = PwgServiceProvider.Instance.PwgTagsService.GetAdminListOfTag();
    4747
    48                 Int32 Page = 0;
    49                 Int32 PerPage = 0;
    50                 Int32 Count = 0;
     48                //Int32 Page = 0;
     49                //Int32 PerPage = 0;
     50                //Int32 Count = 0;
    5151
    52                 List<PwgImage> lstImgTag = PwgServiceProvider.Instance.PwgTagsService.GetListOfImagesFormTags(new List<Int32>() { 1, 7 },
    53                     null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
    54                     ref Page, ref PerPage, ref Count);
     52                //List<PwgImage> lstImgTag = PwgServiceProvider.Instance.PwgTagsService.GetListOfImagesFormTags(new List<Int32>() { 1, 7 },
     53                //    null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
     54                //    ref Page, ref PerPage, ref Count);
    5555
    56                 List<PwgImage> lstImgCat = PwgServiceProvider.Instance.PwgCategoriesService.GetListOfImagesFormCategory(1,
    57                     null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
    58                     ref Page, ref PerPage, ref Count);
     56                //List<PwgImage> lstImgCat = PwgServiceProvider.Instance.PwgCategoriesService.GetListOfImagesFormCategory(1,
     57                //    null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
     58                //    ref Page, ref PerPage, ref Count);
    5959
    6060                //Console.WriteLine("lstImg : Page " + Page.ToString() + " PerPage " + PerPage);
     
    7474                //lstCat = PwgServiceProvider.Instance.PwgCategoriesService.GetAdminListOfCategory();
    7575
    76                 FileInfo fiBig = new FileInfo("C:\\Users\\bayral\\Downloads\\49133_1636405570_2648232_n.jpg");
    77                 FileInfo fiThumb = new FileInfo(MakeThumb(fiBig,"C:\\Users\\bayral\\Downloads\\49133_1636405570_2648232_n_thum.jpg",64));
    78                 FileInfo fiLow = new FileInfo(MakeThumb(fiBig,"C:\\Users\\bayral\\Downloads\\49133_1636405570_2648232_n_low.jpg",256));
     76                //FileInfo fiBig = new FileInfo("C:\\Users\\bayral\\Downloads\\49133_1636405570_2648232_n.jpg");
     77                //FileInfo fiThumb = new FileInfo(MakeThumb(fiBig,"C:\\Users\\bayral\\Downloads\\49133_1636405570_2648232_n_thum.jpg",64));
     78                //FileInfo fiLow = new FileInfo(MakeThumb(fiBig,"C:\\Users\\bayral\\Downloads\\49133_1636405570_2648232_n_low.jpg",256));
     79
     80                FileInfo fiBig = new FileInfo("C:\\temp\\Oryx.jpg");
     81                FileInfo fiThumb = new FileInfo(MakeThumb(fiBig, "C:\\temp\\Oryx_thumb.jpg", 64));
     82                FileInfo fiLow = new FileInfo(MakeThumb(fiBig, "C:\\temp\\Oryx_low.jpg", 256));
    7983
    8084                //PwgImageAdded imgAdd = PwgServiceProvider.Instance.PwgImagesService.addImageByMultiPartForm(fiBig, null, 1, "benoit", "byarl", "test upload", 0, new List<PwgTag>() { new PwgTag() { Name = "Benoit" }, new PwgTag() { Name = "Noé" } });
Note: See TracChangeset for help on using the changeset viewer.