예제 #1
0
파일: _Srv.cs 프로젝트: mcartoixa/GeoSIK
 private void SetInnerType(SV_Service_Type ContentField) {
     this.ContentField = ((SV_Service_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
예제 #2
0
파일: _Srv.cs 프로젝트: mcartoixa/GeoSIK
 public SV_Service(SV_Service_Type content) {
     SetInnerType(content);
 }