- Timestamp:
- 10/03/11 17:09:51 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdProvider.cs
r12015 r12336 21 21 objICom = PwgCmdDisconnect; 22 22 break; 23 case "PwgCmdGetImagefor Category":24 objICom = PwgCmdGetImagefor Category;23 case "PwgCmdGetImageforAlbum": 24 objICom = PwgCmdGetImageforAlbum; 25 25 break; 26 case "PwgCmdGetSub CategorieforCategory":27 objICom = PwgCmdGetSub CategorieforCategory;26 case "PwgCmdGetSubAlbumforAlbum": 27 objICom = PwgCmdGetSubAlbumforAlbum; 28 28 break; 29 29 case "PwgCmdGetImageforTag": … … 63 63 } 64 64 65 public static AsyncCommand _pwgCmdGetImagefor Category;66 public static AsyncCommand PwgCmdGetImagefor Category65 public static AsyncCommand _pwgCmdGetImageforAlbum; 66 public static AsyncCommand PwgCmdGetImageforAlbum 67 67 { 68 68 get 69 69 { 70 if (_pwgCmdGetImagefor Category== null)70 if (_pwgCmdGetImageforAlbum == null) 71 71 { 72 _pwgCmdGetImagefor Category = new PwgCmdGetImageforCategory();72 _pwgCmdGetImageforAlbum = new PwgCmdGetImageforAlbum(); 73 73 } 74 return _pwgCmdGetImagefor Category;74 return _pwgCmdGetImageforAlbum; 75 75 } 76 76 } 77 77 78 public static AsyncCommand _pwgCmdGetSub CategorieforCategory;79 public static AsyncCommand PwgCmdGetSub CategorieforCategory78 public static AsyncCommand _pwgCmdGetSubAlbumforAlbum; 79 public static AsyncCommand PwgCmdGetSubAlbumforAlbum 80 80 { 81 81 get 82 82 { 83 if (_pwgCmdGetSub CategorieforCategory== null)83 if (_pwgCmdGetSubAlbumforAlbum == null) 84 84 { 85 _pwgCmdGetSub CategorieforCategory = new PwgCmdGetSubCategorieforCategory();85 _pwgCmdGetSubAlbumforAlbum = new PwgCmdGetSubAlbumforAlbum(); 86 86 } 87 return _pwgCmdGetSub CategorieforCategory;87 return _pwgCmdGetSubAlbumforAlbum; 88 88 } 89 89 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)