ARCed.Forms.Splash.SplashScreenForm.SplashScreenForm C# (CSharp) Метод

SplashScreenForm() публичный Метод

Base constructor
public SplashScreenForm ( ) : System.Drawing
Результат System.Drawing
        public SplashScreenForm()
        {
            this.InitializeComponent();
            this.labelStatus.Parent = this.pictureBoxSplash;
            this.labelStatus.BackColor = Color.Transparent;
            this.labelStatus.ForeColor = Color.AntiqueWhite;
        }