Veikedo

Untitled

Apr 1st, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Trees>
  3.     <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
  4.       <Height>4</Height>
  5.       <CrownShape>sphere</CrownShape>
  6.       <TreeType>pine</TreeType>
  7.     </Tree>
  8.     <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
  9.       <Height>7</Height>
  10.       <CrownShape>cone</CrownShape>
  11.       <TreeType>leaf</TreeType>
  12.     </Tree>
  13.     <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
  14.       <Height>6</Height>
  15.       <CrownShape>cone</CrownShape>
  16.       <TreeType>pine</TreeType>
  17.     </Tree>
  18.     <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
  19.       <Height>6</Height>
  20.       <CrownShape>cone</CrownShape>
  21.       <TreeType>pine</TreeType>
  22.     </Tree>
  23.     <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
  24.       <Height>6</Height>
  25.       <CrownShape>cone</CrownShape>
  26.       <TreeType>pine</TreeType>
  27.     </Tree>
  28. </Trees>
Advertisement
Add Comment
Please, Sign In to add comment