Beispiel #1
0
 public PoliceReportRequestDialog(
     IPressAnyKeyControl pressAnyKeyControl,
     IPressAnyKeyWithYesControl pressAnyKeyWithYesControl)
 {
     this.pressAnyKeyControl        = pressAnyKeyControl;
     this.pressAnyKeyWithYesControl = pressAnyKeyWithYesControl;
 }
 public RevolutionCrushedDialog(IPressAnyKeyWithYesControl pressAnyKeyWithYesControl)
 {
     this.pressAnyKeyWithYesControl = pressAnyKeyWithYesControl;
 }
Beispiel #3
0
 public AdviceRequestDialog(IPressAnyKeyWithYesControl pressAnyKeyWithYesControl)
 {
     this.pressAnyKeyWithYesControl = pressAnyKeyWithYesControl;
 }
Beispiel #4
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="EscapeAttemptDialog"/> class from a <see cref="IPressAnyKeyWithYesControl"/>
 ///     component.
 /// </summary>
 /// <param name="pressAnyKeyWithYesControl">The control that is displayed when the user is required to press a key.</param>
 public EscapeAttemptDialog(IPressAnyKeyWithYesControl pressAnyKeyWithYesControl)
 {
     this.pressAnyKeyWithYesControl = pressAnyKeyWithYesControl;
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="PresidentialDecisionActionDialog"/> class from a
 ///     <see cref="IPressAnyKeyWithYesControl"/> component.
 /// </summary>
 /// <param name="pressAnyKeyWithYesControl">The control that is displayed when the user is required to press a key
 /// or select yes.</param>
 public PresidentialDecisionActionDialog(IPressAnyKeyWithYesControl pressAnyKeyWithYesControl)
 {
     this.pressAnyKeyWithYesControl = pressAnyKeyWithYesControl;
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="AudienceDecisionDialog"/> class from a <see cref="IPressAnyKeyWithYesControl"/>
 ///     component.
 /// </summary>
 /// <param name="pressAnyKeyWithYesControl">The control that is displayed when the user is required to press a key.</param>
 public AudienceDecisionDialog(IPressAnyKeyWithYesControl pressAnyKeyWithYesControl)
 {
     this.pressAnyKeyWithYesControl = pressAnyKeyWithYesControl;
 }