CDP4IME.Views.SplashScreenView.SplashScreenView C# (CSharp) Method

SplashScreenView() public method

Initializes a new instance of the SplashScreenView class.
public SplashScreenView ( ) : System.Reflection
return System.Reflection
        public SplashScreenView()
        {
            this.InitializeComponent();
            this.Version.Text = $"Version: {Assembly.GetEntryAssembly().GetName().Version}";
        }
    }
SplashScreenView