コード例 #1
0
        /// <summary>
        ///     <para></para>
        /// </summary>
        public XcfSection(String name)
        {
            Name = name;

            Children = new XcfSectionList();
            Children.Owner = this;

            Keys = new XcfKeyList();
            Keys.Owner = this;
        }
コード例 #2
0
        /// <summary>
        ///     <para></para>
        /// </summary>
        public XcfSection(String name)
        {
            Name = name;

            Children       = new XcfSectionList();
            Children.Owner = this;

            Keys       = new XcfKeyList();
            Keys.Owner = this;
        }