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

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

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