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

CustomUserUrlFrame() public method

public CustomUserUrlFrame ( string url ) : System
url string
return System
        public CustomUserUrlFrame(string url)
            : base(url)
        {
        }