PUYUAN CHENG
Results
1
comments of
PUYUAN CHENG
``` using System.Collections.Generic; namespace WLib.WinCtrls.CodeGenerateCtrl { internal class GeneratorSettings { public int DbType { get; internal set; } public string ConnectionString { get; internal set; } public string CSharpSavePath {...