Achamenes.ID3.Frames.CustomUserTextFrame.CustomUserTextFrame C# (CSharp) 메소드

CustomUserTextFrame() 공개 메소드

public CustomUserTextFrame ( string text ) : System
text string
리턴 System
        public CustomUserTextFrame(string text)
            : base(text)
        {
        }