SplashScreen.SplashScreen C# (CSharp) Method

SplashScreen() public method

public SplashScreen ( ) : System
return 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