Remove this. prefixes

This commit is contained in:
John Nye
2013-11-04 18:21:55 +00:00
parent 951b03dbbc
commit f59dde6f61
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
{
public ObservableGitDatabaseClient(IGitHubClient client)
{
this.Tag = new ObservableTagsClient(client);
Tag = new ObservableTagsClient(client);
}
public IObservableTagsClient Tag { get; set; }