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;
        }