public static WorkbenchContext GetContext (string id) { WorkbenchContext ctx = (WorkbenchContext) contexts [id]; if (ctx == null) { ctx = new WorkbenchContext (id); contexts [id] = ctx; } return ctx; }
public static WorkbenchContext GetContext(string id) { WorkbenchContext ctx = (WorkbenchContext)contexts [id]; if (ctx == null) { ctx = new WorkbenchContext(id); contexts [id] = ctx; } return(ctx); }