Exemplo n.º 1
0
 /// <summary>
 ///		Obtiene el código de la ayuda
 /// </summary>
 public string GetCode(int tabs)
 {
     if (!string.IsNullOrEmpty(Code))
     {
         return(Normalize(Code, tabs).Replace("@@Content@@", Childs.GetCode(tabs + 1)));
     }
     else
     {
         return("");
     }
 }