| | |
| | | #endregion |
| | | |
| | | #region åéç» |
| | | private TagGroup1 _Group1 = new TagGroup1(); |
| | | public TagGroup1 Group1 { get { return _Group1; } set { _Group1=value; RaisePropertyChanged("Group1"); } } |
| | | #endregion |
| | | |
| | | #region å
é¨ç±» |
| | | public class TagGroup1 : System.ComponentModel.INotifyPropertyChanged |
| | | { |
| | | #region åé |
| | | private System.UInt16 _Param3_LAST; |
| | | public System.UInt16 Param3_LAST |
| | | { |
| | | get |
| | | { |
| | | return _Param3_LAST; |
| | | } |
| | | set |
| | | { |
| | | _Param3_LAST = value; |
| | | RaisePropertyChanged("Param3_LAST"); |
| | | } |
| | | } |
| | | private System.UInt16 _Param3; |
| | | public System.UInt16 Param3 |
| | | { |
| | | get |
| | | { |
| | | return _Param3; |
| | | } |
| | | set |
| | | { |
| | | _Param3 = value; |
| | | RaisePropertyChanged("Param3"); |
| | | } |
| | | } |
| | | private System.UInt16 _Param4; |
| | | public System.UInt16 Param4 |
| | | { |
| | | get |
| | | { |
| | | return _Param4; |
| | | } |
| | | set |
| | | { |
| | | _Param4 = value; |
| | | RaisePropertyChanged("Param4"); |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region åéç» |
| | | #endregion |
| | | |
| | | #region å
é¨ç±» |
| | |
| | | #endregion |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 屿§åæ´ |
| | | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
| | | public void RaisePropertyChanged(string propertyName) |
| | | { |
| | | System.ComponentModel.PropertyChangedEventHandler handler = PropertyChanged; |
| | | if (handler != null) |
| | | { |
| | | handler(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
| | | } |
| | | } |
| | | #endregion |
| | | } |
| | | |
| | | } |