示例#1
0
 public void RegisterControl(IncludedControl control)  // public for use by child controls
 {
     this.IncludedControlsUsed |= control;
 }
示例#2
0
    }                                                         // as above with IncludedScripts control
    // ReSharper restore InconsistentNaming


    public MasterV5Base()
    {
        IncludedControlsUsed = IncludedControl.JsonParameters; // Include this by default to reduce errors
    }