c# Programming Glossary: protocolnumber
Data Binding in WPF User Controls http://stackoverflow.com/questions/11226843/data-binding-in-wpf-user-controls Name numberLabel Protocol Label Label Content Binding Path ProtocolNumber Name protocolNumberLabel ... UserControl And this is the Code.. public MainControls InitializeComponent public int ProtocolNumber get return int GetValue ProtocolNumberProperty set SetValue.. public int ProtocolNumber get return int GetValue ProtocolNumberProperty set SetValue ProtocolNumberProperty value public static..
|