C2021-035 Add Refresh Tree Option at highest level
This commit is contained in:
		@@ -275,6 +275,14 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		//C2021-035 Add Refresh Tree Option at highest level
 | 
			
		||||
		public static void Reset()
 | 
			
		||||
		{
 | 
			
		||||
			_LookupFormats?.Clear();
 | 
			
		||||
			_LookupFormats = null;
 | 
			
		||||
			_ = LookupFormats;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		private static Format AddFormatToDB(Format parent, string format, bool issub, DateTime Dts, string Userid, string fmtPath, string genmacPath)
 | 
			
		||||
		{
 | 
			
		||||
			string fmtdata = null;
 | 
			
		||||
@@ -509,7 +517,12 @@ public partial class FormatInfo : IFormatOrFormatInfo
 | 
			
		||||
				return _PROMSBaseFormat; 
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		public static FormatInfo Get(string name)
 | 
			
		||||
        public static void Reset()
 | 
			
		||||
        {
 | 
			
		||||
            _PROMSBaseFormat = null;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public static FormatInfo Get(string name)
 | 
			
		||||
		{
 | 
			
		||||
			try
 | 
			
		||||
			{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user