Object synchronization with GUI Controls in C#
Posted
by Heka
on Stack Overflow
See other posts from Stack Overflow
or by Heka
Published on 2010-05-20T11:47:43Z
Indexed on
2010/05/20
11:50 UTC
Read the original article
Hit count: 172
Hi, Every time when I change some values in form controls, I need to set a property of an object or vice versa. Instead of writing some methods for each control, I want a general solution for GUI elements. I do not use WPF but only C# 3.0.
Any suggestions?
Thanks.
© Stack Overflow or respective owner