Exemplo n.º 1
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="OverrideSecurityCommand" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 public OverrideSecurityCommand(UiInstaller installer) : base(installer)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="CheckAuthenticationState" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 public CheckAuthenticationState(UiInstaller installer)
 {
     this.Installer = installer;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AbortInstallationCommand"/> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 public AbortInstallationCommand(UiInstaller installer) : base(installer)
 {
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InstallerCommandProcessor"/> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 protected InstallerCommandProcessor(UiInstaller installer)
 {
     this.Installer = installer;
 }
Exemplo n.º 5
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="OverrideItemsConflict" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 public OverrideItemsConflict(UiInstaller installer) : base(installer)
 {
 }
Exemplo n.º 6
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="OverrideFilesCommand" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 public OverrideFilesCommand(UiInstaller installer) : base(installer)
 {
 }
Exemplo n.º 7
0
 /// <summary>
 /// Initializes a new installer of the <see cref="Login" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 private Login(UiInstaller installer)
 {
     this.Installer = installer;
 }
Exemplo n.º 8
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="SuccessInstallationCommand" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 public SuccessInstallationCommand(UiInstaller installer) : base(installer)
 {
 }
Exemplo n.º 9
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="FailedInstallationCommand" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 public FailedInstallationCommand(UiInstaller installer) : base(installer)
 {
 }
Exemplo n.º 10
0
 /// <summary>
 /// Initializes a new installer of the <see cref="ResolvePackagePath" /> class.
 /// </summary>
 /// <param name="installer">The installer.</param>
 private ResolvePackagePath(UiInstaller installer)
 {
     this.Installer = installer;
 }