Guest User

Untitled

a guest
Mar 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public partial class ABMControl<T> : UserControl
  2. {
  3. public ABMControl()
  4. {
  5. InitializeComponent();
  6. this.bindingSource.Datasource = typeof(T);
  7. }
  8. }
Add Comment
Please, Sign In to add comment