Implemented PropertyChanged

This commit is contained in:
ScottIsAFool
2013-12-01 11:10:08 +00:00
parent 10258c252f
commit 9e56596d01
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,8 +1,10 @@
using System.Runtime.Serialization;
using PropertyChanged;
namespace PocketWP
{
[DataContract]
[ImplementPropertyChanged]
public class PocketDataItem
{
/// <summary>
+2 -2
View File
@@ -32,6 +32,6 @@ using System.Resources;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]
[assembly: AssemblyVersion("1.0.0.3")]
[assembly: AssemblyFileVersion("1.0.0.3")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]