예제 #1
0
 /// <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;
 }
예제 #2
0
 /// <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;
 }