Blacklighting.App.InitializeComponent C# (CSharp) 메소드

InitializeComponent() 개인적인 메소드

private InitializeComponent ( ) : void
리턴 void
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Windows.Application.LoadComponent(this, new System.Uri("/Blacklighting;component/App.xaml", System.UriKind.Relative));
        }
    }