Guest User

Untitled

a guest
Mar 10th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.    <configSections>
  4.     <section name="Device1" type="System.Configuration.NameValueSectionHandler" />
  5.     <section name="Device2" type="System.Configuration.NameValueSectionHandler" />
  6.   </configSections>
  7.   <Device1>
  8.     <add key="name" value="Urządzenie1"/>
  9.     <add key="path" value="D:\U1"/>
  10.     <add key="path2" value=":\U1\Path2"/>
  11.     <add key="path3" value="D:\U1\Path3\"/>
  12.   </Device1>
  13.   <Device2>
  14.     <add key="name" value="Urządzenie2"/>
  15.     <add key="path" value="D:\U2"/>
  16.     <add key="path2" value=":\U2\Path2"/>
  17.     <add key="path3" value="D:\U2\Path3\"/>
  18.   </Device2>
  19. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment