//------------------------------------------------------------------------------ // // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using Luban; namespace cfg { public partial class Tables { public TbLanguage TbLanguage {get; } public Tables(System.Func loader) { TbLanguage = new TbLanguage(loader("tblanguage")); ResolveRef(); } private void ResolveRef() { TbLanguage.ResolveRef(this); } } }