예제 #1
0
파일: Lib.cs 프로젝트: AlexAbramov/gis
 public bool GetStateAttr(LibStateAttr a)
 {
     return(stateAttr[(int)a]);
 }
예제 #2
0
파일: Lib.cs 프로젝트: AlexAbramov/gis
 internal void SetStateAttr(LibStateAttr a, bool val)
 {
     stateAttr[(int)a] = val;
 }