示例#1
0
 private string GetTemplateName(CslaObjectType type)
 {
     return(String.Format("{0}.cst", type.ToString()));
 }