Ejemplo n.º 1
0
 private void SetupVariables()
 {
     this.global = this.global ?? new HelperGlobalVariable();
     this.local  = this.local ?? new HelperLocalVariable();
     this.list   = this.list ?? new HelperGetListVariable();
 }
Ejemplo n.º 2
0
        // INITIALIZERS: --------------------------------------------------------------------------

        public VariableGlobalProperty()
        {
            this.globalVariable = this.globalVariable ?? new HelperGlobalVariable();
        }