编辑控件 public abstract partial class TEditorBase <TEntity, TRepository, TSqlStrConstruct> : UserControl where TEntity:Yom.Extend.Entity.EntityBase where TRepository : Yom.Extend.Repository.RepositoryBaseRepository<TEntity, TSqlStrConstruct> wher…
public abstract partial class TListPager<TEntity, TRepository, TSqlStrConstruct> : UserControl where TEntity:Yom.Extend.Entity.EntityBase where TRepository : Yom.Extend.Repository.RepositoryBaseRepository<TEntity, TSqlStrConstruct> where TSqlS…
下面是用户控件的代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; namespace winform_test.UserControls { public partial c…