using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyFriendsAround.WP7.Service { public class PublishLocationEventArgs: EventArgs { public bool IsSuccess { get; set; } public Exception Error { get; set; } } }