Esempio n. 1
0
        internal Core()
        {
            _categories            = new Dictionary <string, Category>();
            _installerOutputValues = new Dictionary <string, IDictionary <string, object> >();

            In  = new InstallerIn();
            Out = new InstallerOut();
        }
Esempio n. 2
0
File: Core.cs Progetto: habb0/IHI
        internal Core()
        {
            _categories = new Dictionary<string, Category>();
            _installerOutputValues = new Dictionary<string, IDictionary<string, object>>();

            In = new InstallerIn();
            Out = new InstallerOut();
        }