Azavea.NijPredictivePolicing.AcsAlchemistGui.FormController.Initialize C# (CSharp) 메소드

Initialize() 개인적인 메소드

Run initialization sequence (logging, load config, welcome, copyright, license, create job instance)
private Initialize ( ) : void
리턴 void
        internal void Initialize()
        {
            LoadConfigFile();
            ShowWelcomeScreen();
            ShowCopyrightAndLicense();
            NewDefaultJobInstance();
        }