예제 #1
0
        internal Core()
        {
            _categories            = new Dictionary <string, Category>();
            _installerOutputValues = new Dictionary <string, IDictionary <string, object> >();

            In  = new InstallerIn();
            Out = new InstallerOut();
        }
예제 #2
0
파일: Core.cs 프로젝트: habb0/IHI
        internal Core()
        {
            _categories = new Dictionary<string, Category>();
            _installerOutputValues = new Dictionary<string, IDictionary<string, object>>();

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