Esempio n. 1
0
 public static string GetPageDataCode(Model.CodeStyle style)
 {
     return(CodeHelper.ReadFromTemplate(System.Windows.Forms.Application.StartupPath + "\\Model\\PageData.template", null, null, null, style));
 }
Esempio n. 2
0
 /// <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));
 }