Пример #1
0
 public bool isSt(tgSt st) { return (this.st & st) == st; }
Пример #2
0
 public tgAtAttribute(tgSt status) { this.st = status; }