- Timestamp:
- 08/30/11 17:24:52 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdProvider.cs
r11935 r12015 26 26 case "PwgCmdGetSubCategorieforCategory": 27 27 objICom = PwgCmdGetSubCategorieforCategory; 28 break; 29 case "PwgCmdGetImageforTag": 30 objICom = PwgCmdGetImageforTag; 28 31 break; 29 32 default: … … 86 89 } 87 90 91 public static AsyncCommand _pwgCmdGetImageforTag; 92 public static AsyncCommand PwgCmdGetImageforTag 93 { 94 get 95 { 96 if (_pwgCmdGetImageforTag == null) 97 { 98 _pwgCmdGetImageforTag = new PwgCmdGetImageforTag(); 99 } 100 return _pwgCmdGetImageforTag; 101 } 102 } 88 103 } 89 104 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)