Closed YevgeniyShunevych closed 11 months ago
Sets the context as current, by setting it to AtataContext.Current static property.
AtataContext.Current
AtataContext context1 = ...; AtataContext context2 = ...; context1.SetAsCurrent();
Sets the context as current, by setting it to
AtataContext.Current
static property.Usage