Esempio n. 1
0
 public static string CreateMarkerElement(string marker)
 {
     return(FunctionSubparser.GenerateParenParamIfNecessary(char.ToString(LyricMarkerSubparser.MarkerChar), marker));
 }
Esempio n. 2
0
 public static string CreateLyricElement(string lyric)
 {
     return(FunctionSubparser.GenerateParenParamIfNecessary(char.ToString(LyricMarkerSubparser.LyricChar), lyric));
 }