示例#1
0
文件: _Srv.cs 项目: mcartoixa/GeoSIK
 private void SetInnerType(SV_Operation_Type ContentField) {
     this.ContentField = ((SV_Operation_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
示例#2
0
文件: _Srv.cs 项目: mcartoixa/GeoSIK
 public SV_Operation(SV_Operation_Type content) {
     SetInnerType(content);
 }