How to Get the Name of the Windows Phone Device which is identified by the remote peers ?
string Name = Windows.Networking.Proximity.PeerFinder.DisplayName; MessageBox.Show(Name);
string Name = Windows.Networking.Proximity.PeerFinder.DisplayName; MessageBox.Show(Name);
Leave a Reply