Peter Gfader 's Blog
BindingContext zwischen verschiedenen Forms
If you want to keep in sync a newly opened form with the current then type: Form2 newform = new Form2(); newform.BindingContext = this.BindingContext;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment