public static void gen(string strSrcDirPath) { Console.WriteLine("==============GenLessServiceWalle2 start===================="); GenFileAdapterLess._genByType(strSrcDirPath, "core", new FileAdapterLessWalle2()); GenFileAdapterLess._genByType(strSrcDirPath, "component", new FileAdapterLessWalle2()); GenFileAdapterLess._genByType(strSrcDirPath, "widget", new FileAdapterLessWalle2()); Console.WriteLine("==============GenLessServiceWalle2 end===================="); }
public static void gen(string strSrcDirPath) { Console.WriteLine("==============GenLessServiceApp start===================="); GenFileAdapterLess._genByType(strSrcDirPath, "", new FileAdapterLessApp()); Console.WriteLine("==============GenLessServiceApp end===================="); }