Example #1
0
 public static void Clear()
 {
     MainPanel = null;
     Managed   = null;
     //SMT.SAAS.Main.CurrentContext.Common.CurrentLoginUserInfo = null;
     SystemInfo = null;
     CacheMenu  = null;
     CacheMenuPermissionList = new List <string>();
 }
Example #2
0
File: Context.cs Project: JuRogn/OA
 public static void Clear()
 {
      
     MainPanel = null;
     Managed = null;
     //SMT.SAAS.Main.CurrentContext.Common.CurrentLoginUserInfo = null;
     SystemInfo = null;
     CacheMenu = null;
     CacheMenuPermissionList = new List<string>();
 }