public static string GetPageDataCode(Model.CodeStyle style) { return(CodeHelper.ReadFromTemplate(System.Windows.Forms.Application.StartupPath + "\\Model\\PageData.template", null, null, null, style)); }
/// <summary> /// Caches.cs文件的代码 /// </summary> /// <param name="style"></param> /// <returns></returns> public static string GetCachesCode(Model.CodeStyle style) { return(CodeHelper.ReadFromTemplate(System.Windows.Forms.Application.StartupPath + "\\BLL\\Caches.template", null, null, null, style)); }