Ignore:
Timestamp:
Oct 10, 2010, 10:45:43 PM (14 years ago)
Author:
bayral
Message:

Piwigolib is now modify for mask the implementation of proxy.
Add start version of piwigo WPF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/Proxy/PwgImagesProxy.cs

    r3861 r7149  
    1010namespace Com.Piwigo.Lib.Proxy
    1111{
    12     static class PwgImagesProxy
     12    static internal class PwgImagesProxy
    1313    {
    1414        /// <summary>
     
    1818        /// <param name="imageRate"></param>
    1919        /// <returns></returns>
    20         static public PwgImageRateProxyResponse pwg_images_rate(Int32 imageId, Int32 imageRate)
     20        static internal PwgImageRateProxyResponse pwg_images_rate(Int32 imageId, Int32 imageRate)
    2121        {
    2222            PwgImageRateProxyResponse response = null;
     
    3030
    3131                response = PwgGenericProxy<PwgImageRateProxyResponse>.Post(
    32                     PwgConfigProxy.PwgServeurUriBuilder.Uri,
     32                    PwgConfigProxy.PwgServeurUri,
    3333                    data.ToString());
    3434            }
Note: See TracChangeset for help on using the changeset viewer.