コード例 #1
0
 public static void SetStructureForm(this Profile.ProfileStructureComponent structure, StructureForm form)
 {
     structure.SetExtension(STRUCTURE_FORM, new Code(form.ToString()));        
 }
コード例 #2
0
 public static void SetStructureForm(this Profile.ProfileStructureComponent structure, StructureForm form)
 {
     structure.SetExtension(STRUCTURE_FORM, new Code(form.ToString()));
 }