public DynamicTemplateDescriptor(IConnectionSettingsValues connectionSettings) { this._Template = new DynamicTemplate(); this._connectionSettings = connectionSettings; }
public DynamicTemplateDescriptor() { this._Template = new DynamicTemplate(); }