WingMan – Diff between revs 32 and 36

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 32 Rev 36
Line 1... Line 1...
1 namespace WingMan.Discovery 1 namespace WingMan.Discovery
2 { 2 {
3 public enum DiscoveryType 3 public enum DiscoveryType
4 { 4 {
5 UPnP, 5 Upnp,
6 PMP 6 Pmp
7 } 7 }
8 } 8 }