ClearCanvas.ImageServer.Web.Application.Pages.Login.LoginPage.SetSplashScreen C# (CSharp) Method

SetSplashScreen() private method

Sets the splash screen for the current application
private SetSplashScreen ( ) : void
return void
		private void SetSplashScreen()
		{
			SplashScreen.ImageUrl = SplashScreenUrl;
		}