/// <summary> /// Initializes a new instance of the <see cref="ImportFromWebDialog" /> class. /// </summary> /// <param name="setting"> /// The <see cref="ImportFromWebSetting" /> instance which contains the settings for the /// <see cref="ImportFromWebExtension" />. /// </param> public ImportFromWebDialog(ImportFromWebSetting setting) : this() { this.setting = setting; }