Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Trees>
- <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
- <Height>4</Height>
- <CrownShape>sphere</CrownShape>
- <TreeType>pine</TreeType>
- </Tree>
- <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
- <Height>7</Height>
- <CrownShape>cone</CrownShape>
- <TreeType>leaf</TreeType>
- </Tree>
- <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
- <Height>6</Height>
- <CrownShape>cone</CrownShape>
- <TreeType>pine</TreeType>
- </Tree>
- <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
- <Height>6</Height>
- <CrownShape>cone</CrownShape>
- <TreeType>pine</TreeType>
- </Tree>
- <Tree xmlns="clr-namespace:Otus_Lesson4_Interfaces;assembly=Otus_Lesson4_Interfaces">
- <Height>6</Height>
- <CrownShape>cone</CrownShape>
- <TreeType>pine</TreeType>
- </Tree>
- </Trees>
Advertisement
Add Comment
Please, Sign In to add comment