///===============================================================================================
 /// <summary>
 /// Creates a new instance of the SplashManager.
 /// </summary>
 /// <param name="ApplicationName">The Application name.</param>
 /// <param name="ApplicationText">The text that describes the operation of the Application.</param>
 /// <param name="Licencee">The licencee of the Application.</param>
 /// <param name="Version">The version of the Application.</param>
 /// <param name="ApplicationImage">The Application image.</param>
 /// <param name="Copyright">The copyright text of the application.</param>
 /// <remarks></remarks>
 ///===============================================================================================
 public SplashManager(String ApplicationName, String ApplicationText, String Licencee, String Version, Image ApplicationImage, String Copyright)
 {
     //
     this._SplashForm = new Forms.frmSplash();
     //
     this.ApplicationName  = ApplicationName;
     this.ApplicationText  = ApplicationName;
     this.Licencee         = ApplicationName;
     this.Version          = ApplicationName;
     this.ApplicationImage = ApplicationImage;
     this.Copyright        = Copyright;
 }
Esempio n. 2
0
 ///===============================================================================================
 /// <summary>
 /// Creates a new instance of the SplashManager.
 /// </summary>
 /// <param name="ApplicationName">The Application name.</param>
 /// <param name="ApplicationText">The text that describes the operation of the Application.</param>
 /// <param name="Licencee">The licencee of the Application.</param>
 /// <param name="Version">The version of the Application.</param>
 /// <param name="ApplicationImage">The Application image.</param>
 /// <param name="Copyright">The copyright text of the application.</param>
 /// <remarks></remarks>
 ///===============================================================================================
 public SplashManager(String ApplicationName, String ApplicationText, String Licencee, String Version, Image ApplicationImage, String Copyright)
 {
     //
     this._SplashForm = new Forms.frmSplash();
     //
     this.ApplicationName = ApplicationName;
     this.ApplicationText = ApplicationName;
     this.Licencee = ApplicationName;
     this.Version = ApplicationName;
     this.ApplicationImage = ApplicationImage;
     this.Copyright = Copyright;
 }
 ///===============================================================================================
 /// <summary>
 /// Creates a new instance of the SplashManager.
 /// </summary>
 /// <remarks></remarks>
 ///===============================================================================================
 public SplashManager()
 {
     this._SplashForm = new Forms.frmSplash();
 }
Esempio n. 4
0
 ///===============================================================================================
 /// <summary>
 /// Creates a new instance of the SplashManager.
 /// </summary>
 /// <remarks></remarks>
 ///===============================================================================================
 public SplashManager()
 {
     this._SplashForm = new Forms.frmSplash();
 }