示例#1
0
 public static Link FromLink(string link)
 {
     return(new Link(LibSpotify.sp_link_create_from_string_r(link)));
 }