mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 15:01:45 +03:00
Added tag tag1 for changeset 4c285537b335
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user