ARCed.Forms.Splash.SplashScreenForm.SplashScreenForm C# (CSharp) Méthode

SplashScreenForm() public méthode

Base constructor
public SplashScreenForm ( ) : System.Drawing
Résultat System.Drawing
        public SplashScreenForm()
        {
            this.InitializeComponent();
            this.labelStatus.Parent = this.pictureBoxSplash;
            this.labelStatus.BackColor = Color.Transparent;
            this.labelStatus.ForeColor = Color.AntiqueWhite;
        }