AdvancedLauncher.UI.Windows.Splashscreen.Splashscreen C# (CSharp) 메소드

Splashscreen() 공개 메소드

public Splashscreen ( ) : System
리턴 System
        public Splashscreen()
        {
            InitializeComponent();
            this.Closing += (s, e) => {
                IsClosed = true;
            };
        }