Exemplo n.º 1
0
 public static bool TryGetCurrentContext(out IDECommonContext context)
 {
     context = currentContext.Value;
     return(context != null);
 }         // func TryGetCurrentContext
Exemplo n.º 2
0
 public static void UpdateContext(IDECommonContext newContext)
 {
     currentContext.Value = newContext;
 }         // proc UpdateContext