Azavea.NijPredictivePolicing.AcsAlchemistGui.FormController.Initialize C# (CSharp) Méthode

Initialize() private méthode

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