Beispiel #1
0
 public virtual void BindUI(Control control, DataTable table)
 {
     BindUI(control, table, TableUtil.GetBindAlias(table));
 }