Esempio n. 1
0
 public RegisterAndValue(string sregister, int icount)
 {
     t_isintCheck = new IsintCheckChange();
     sRegister    = sregister;
     sValue       = string.Empty;
     ecount       = icount;
 }
Esempio n. 2
0
 // 构造函数
 public RegisterAndValue0(string sregister)
 {
     t_isintCheck = new IsintCheckChange();
     sRegister    = sregister;
     sValue       = string.Empty;
     ecount       = 1;
 }