Exemple #1
0
 protected void AddScope()
 {
     if (parentScopeControl != null)
     {
         parentScopeControl.AddScope(scopeControl);
         scopeControl.CurrentScope.Parent = parentScopeControl.CurrentScope;
     }
     flowAreaControl.AddScopeControl(scopeControl, parentScopeControl);
 }