Guest User

Untitled

a guest
Jul 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. public partial class admin_WUC_MultiCatalog_WUC_AddOrEditItem : UserContrlBase
  2. {
  3. public string themes = "residence,kids,lounge";
  4.  
  5. public static string temp_path = HttpContext.Current.Server.MapPath("~/images/tempImages/");
  6. static string path_smal = HttpContext.Current.Server.MapPath("~/images/catalog/small/");
  7. static string path_big = HttpContext.Current.Server.MapPath("~/images/catalog/big/");
  8. public static int idPage = 5;
  9.  
  10. int W_BigImageCatalog = defines.WIDTH_IMAGE_FROM_CATALOG_BIG;
  11. int H_BigImageCatalog = defines.HEIGHT_IMAGE_FROM_CATALOG_BIG;
  12. int W_SmallImageCatalog = defines.WIDTH_IMAGE_FROM_CATALOG_SMALL;
  13. int H_SmallImageCatalog = defines.HEIGHT_IMAGE_FROM_CATALOG_SMALL;
Add Comment
Please, Sign In to add comment