|
|
@ -9,7 +9,7 @@ public class LyricFile
|
|
|
|
/// Initializes a new instance of the <see cref="LyricFile"/> class.
|
|
|
|
/// Initializes a new instance of the <see cref="LyricFile"/> class.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="name">The name.</param>
|
|
|
|
/// <param name="name">The name.</param>
|
|
|
|
/// <param name="content">The content.</param>
|
|
|
|
/// <param name="content">The content, must not be empty.</param>
|
|
|
|
public LyricFile(string name, string content)
|
|
|
|
public LyricFile(string name, string content)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Name = name;
|
|
|
|
Name = name;
|
|
|
|