コード例 #1
0
ファイル: Converter.cs プロジェクト: yarivat/Admin
 protected virtual Field[] GetFields(ParentField field)
 {
     return(field.GetXmlFields());
 }