SplashScreen.SplashScreen C# (CSharp) 메소드

SplashScreen() 공개 메소드

public SplashScreen ( ) : System
리턴 System
    public SplashScreen()
    {
        InitializeComponent();
        label1.Text = "CS-Script v" + Global.AssemblyVersion + " - " + Global.AssemblyCopyright;
    }

Same methods

SplashScreen::SplashScreen ( ) : System.Threading
SplashScreen::SplashScreen ( string title, string message ) : System.Threading