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