예제 #1
0
 private string getRow(string label, string value)
 {
     return(TemplateRow.Replace("@label", label).Replace("@value", value));
 }