Ignore:
Timestamp:
Aug 8, 2011, 6:57:56 PM (13 years ago)
Author:
bayral
Message:

Async image thumbail retriving

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdProvider.cs

    r11911 r11922  
    99    public static class PwgCmdProvider
    1010    {
    11         public static PwgCmdBase GetByType<T>()
     11        public static AsyncCommand GetByType<T>()
    1212        {
    13             PwgCmdBase objICom;
     13            AsyncCommand objICom;
    1414
    1515            switch (typeof(T).Name)
     
    3232        }
    3333
    34         public static PwgCmdBase _pwgCmdConnect;
    35         public static PwgCmdBase PwgCmdConnect
     34        public static AsyncCommand _pwgCmdConnect;
     35        public static AsyncCommand PwgCmdConnect
    3636        {
    3737            get
     
    4545        }
    4646
    47         public static PwgCmdBase _pwgCmdDisconnect;
    48         public static PwgCmdBase PwgCmdDisconnect
     47        public static AsyncCommand _pwgCmdDisconnect;
     48        public static AsyncCommand PwgCmdDisconnect
    4949        {
    5050            get
     
    5858        }
    5959
    60         public static PwgCmdBase _pwgCmdGetImageforCategory;
    61         public static PwgCmdBase PwgCmdGetImageforCategory
     60        public static AsyncCommand _pwgCmdGetImageforCategory;
     61        public static AsyncCommand PwgCmdGetImageforCategory
    6262        {
    6363            get
Note: See TracChangeset for help on using the changeset viewer.