コード例 #1
0
ファイル: _Srv.cs プロジェクト: mcartoixa/GeoSIK
 private void SetInnerType(SV_Parameter_Type ContentField) {
     this.ContentField = ((SV_Parameter_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
コード例 #2
0
ファイル: _Srv.cs プロジェクト: mcartoixa/GeoSIK
 public SV_Parameter(SV_Parameter_Type content) {
     SetInnerType(content);
 }