Example #1
0
 public BindingList <E> GetBindList <E>() where E : class
 {
     return(commonR.GetBindList <E>());
 }