コード例 #1
0
        //=====================================================================

        /// <summary>
        /// Default constructor
        /// </summary>
        /// <overloads>There are two overloads for the constructor</overloads>
        public VNoteParser()
        {
            vNotes = new VNoteCollection();
        }
コード例 #2
0
ファイル: VNoteParser.cs プロジェクト: modulexcite/PDI
        //=====================================================================

        /// <summary>
        /// Default constructor
        /// </summary>
        /// <overloads>There are two overloads for the constructor</overloads>
        public VNoteParser()
        {
            vNotes = new VNoteCollection();
        }