Пример #1
0
 public ResourceEntry(string path, Type componentType, int order, ClientScriptCacheability cacheability)
 {
     ResourcePath  = path;
     ComponentType = componentType;
     Order         = order;
     Cacheability  = cacheability;
 }
		public ResourceEntry(string path, Type componentType, int order, ClientScriptCacheability cacheability)
		{
			ResourcePath = path;
			ComponentType = componentType;
			Order = order;
			Cacheability = cacheability;
		}