ARCed.Forms.Splash.SplashScreenForm.SplashScreenForm C# (CSharp) Method

SplashScreenForm() public method

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