Azavea.NijPredictivePolicing.AcsAlchemistGui.FormController.Initialize C# (CSharp) Method

Initialize() private method

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