Achamenes.ID3.Frames.CopyrightTextFrame.CopyrightTextFrame C# (CSharp) Method

CopyrightTextFrame() public method

public CopyrightTextFrame ( string text ) : System
text string
return System
        public CopyrightTextFrame(string text)
            : base(text)
        {
        }