using GummingCommon; using System; using System.Collections.Generic; using System.Text; namespace GummingEntity { public class RootConfiguration : ViewModelBase { // private int _Xsubi; public int Xsubi { get { return _Xsubi; } set { _Xsubi = value; OnPropertyChanged("Xsubi"); } } // private int _Ysubi; public int Ysubi { get { return _Ysubi; } set { _Ysubi = value; OnPropertyChanged("Ysubi"); } } // private int _pingdao; public int pingdao { get { return _pingdao; } set { _pingdao = value; OnPropertyChanged("pingdao"); } } // private int _bujin; public int bujin { get { return _bujin; } set { _bujin = value; OnPropertyChanged("bujin"); } } // private int _bihuan; public int bihuan { get { return _bihuan; } set { _bihuan = value; OnPropertyChanged("bihuan"); } } private int _huizhentime; public int huizhentime { get { return _huizhentime; } set { _huizhentime = value; OnPropertyChanged("huizhentime"); } } private int _huizhenway; public int huizhenway { get { return _huizhenway; } set { _huizhenway = value; OnPropertyChanged("huizhenway"); } } private int _huizhendelay; public int huizhendelay { get { return _huizhendelay; } set { _huizhendelay = value; OnPropertyChanged("huizhendelay"); } } private int _twicespace; public int twicespace { get { return _twicespace; } set { _twicespace = value; OnPropertyChanged("twicespace"); } } private int _AutoMatch; public int AutoMatch { get { return _AutoMatch; } set { _AutoMatch = value; OnPropertyChanged("AutoMatch"); } } private int _fenxiantime; public int fenxiantime { get { return _fenxiantime; } set { _fenxiantime = value; OnPropertyChanged("fenxiantime"); } } private int _qizhentime; public int qizhentime { get { return _qizhentime; } set { _qizhentime = value; OnPropertyChanged("qizhentime"); } } // private bool _yiweijian; public bool yiweijian { get { return _yiweijian; } set { _yiweijian = value; OnPropertyChanged("yiweijian"); } } // private bool _zhilianjitou; public bool zhilianjitou { get { return _zhilianjitou; } set { _zhilianjitou = value; OnPropertyChanged("zhilianjitou"); } } private bool _dianjiandao; public bool dianjiandao { get { return _dianjiandao; } set { _dianjiandao = value; OnPropertyChanged("dianjiandao"); } } private bool _sifumodel; public bool sifumodel { get { return _sifumodel; } set { _sifumodel = value; OnPropertyChanged("sifumodel"); } } // private bool _longmen; public bool longmen { get { return _longmen; } set { _longmen = value; OnPropertyChanged("longmen"); } } // private int _taitoutime; public int taitoutime { get { return _taitoutime; } set { _taitoutime = value; OnPropertyChanged("taitoutime"); } } // private int _poserrlim; public int poserrlim { get { return _poserrlim; } set { _poserrlim = value; OnPropertyChanged("poserrlim"); } } private int _JXvel; public int JXvel { get { return _JXvel; } set { _JXvel = value; OnPropertyChanged("JXvel"); } } private int _macc; public int macc { get { return _macc; } set { _macc = value; OnPropertyChanged("macc"); } } private int _Produce; public int Produce { get { return _Produce; } set { _Produce = value; OnPropertyChanged("Produce"); } } private int _autoduisuo; public int autoduisuo { get { return _autoduisuo; } set { _autoduisuo = value; OnPropertyChanged("autoduisuo"); } } } }