예제 #1
0
파일: RProperty.cs 프로젝트: andreyV512/rag
 public De(bool _Browsable)
 {
     acc       = new Access();
     Browsable = _Browsable;
 }
예제 #2
0
파일: RProperty.cs 프로젝트: andreyV512/rag
 public De()
 {
     acc       = new Access();
     Browsable = true;
 }