示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="JobReservation"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public JobReservation(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HpacClientSelectInstallationFolder"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public HpacClientSelectInstallationFolder(UIAFramework framework)
 {
     Desktop    = new Desktop(framework);
     ScreenName = "Select Installation Folder";
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Uninstall_Remove"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public Uninstall_Remove(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Uninstall_Options"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public Uninstall_Options(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HpacClient_WelcomePage"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public HpacClient_WelcomePage(UIAFramework framework)
 {
     Desktop    = new Desktop(framework);
     ScreenName = "Welcome Screen";
 }
示例#6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_License"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_License(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "License Screen";
     ScreenIndex = 3;
 }
示例#7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSSConfig_AddGroupPrompt"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSSConfig_AddGroupPrompt(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SaveOperations"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public SaveOperations(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HpacClientConfirmInstallation"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public HpacClientConfirmInstallation(UIAFramework framework)
 {
     Desktop    = new Desktop(framework);
     ScreenName = "Confirm Installation";
 }
示例#10
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HPTwainDevice"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public HPTwainDevice(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="WindowsSecurityToInstall"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public WindowsSecurityToInstall(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#12
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_ReadyInstall"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_ReadyInstall(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "Ready to Install Screen";
     ScreenIndex = 8;
 }
示例#13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_Upgrade"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_Upgrade(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DSSConfig_OutgoingEmail"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSSConfig_OutgoingEmail(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#15
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HpacClientInstallationComplete"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public HpacClientInstallationComplete(UIAFramework framework)
 {
     Desktop    = new Desktop(framework);
     ScreenName = "Installation Complete";
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="HpEasyDriverInstall"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public HpEasyDriverInstall(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#17
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SaveToFolderPath"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public SaveToFolderPath(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DSSConfig_LaunchApp"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSSConfig_LaunchApp(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="HpacClientServerSelection"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public HpacClientServerSelection(UIAFramework framework)
 {
     Desktop    = new Desktop(framework);
     ScreenName = "Server Selection";
 }
示例#20
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_Welcome"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_Welcome(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "Welcome Screen";
     ScreenIndex = 2;
 }
示例#21
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_FinishInstallation"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_FinishInstallation(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "Finish Screen";
     ScreenIndex = 9;
 }
示例#22
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_ExternalDataBase"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_ExternalDataBase(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "Database Screen";
     ScreenIndex = 7;
 }
示例#23
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Uninstall_Welcome"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public Uninstall_Welcome(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_WindowsFirewall"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_WindowsFirewall(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "Firewall Screen";
     ScreenIndex = 6;
 }
示例#25
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_DataCollection"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_DataCollection(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "Data Collection Screen";
     ScreenIndex = 4;
 }
示例#26
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Uninstall_Finish"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public Uninstall_Finish(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#27
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CreateShortcut"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public CreateShortcut(UIAFramework framework)
 {
     Desktop = new Desktop(framework);
 }
示例#28
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DSS_Languages"/> class.
 /// </summary>
 /// <param name="framework">
 /// The framework.
 /// </param>
 public DSS_Languages(UIAFramework framework)
 {
     Desktop     = new Desktop(framework);
     ScreenName  = "Language Screen";
     ScreenIndex = 1;
 }