Exemplo n.º 1
0
 public TLogic[] GetLogicOperaters()
 {
     TLogic[] _lgs = new TLogic[2];
     _lgs[0].Name  = "并且";
     _lgs[0].Value = " and ";
     _lgs[1].Name  = "或者";
     _lgs[1].Value = " or ";
     return(_lgs);
 }
Exemplo n.º 2
0
 public TLogic[] GetLogicOperaters()
 {
     TLogic[] _lgs = new TLogic[2];
     _lgs[0].Name = "并且";
     _lgs[0].Value = " and ";
     _lgs[1].Name = "或者";
     _lgs[1].Value = " or ";
     return _lgs;
 }