Ejemplo n.º 1
0
 /// <summary>
 /// 模板是否存在
 /// </summary>
 /// <param name="path"></param>
 /// <returns></returns>
 public bool Exists(string path)
 {
     return(TemplateRegistry.Exists(path));
 }