Cleared some CA items.

This commit is contained in:
soukoku
2014-04-20 20:45:08 -04:00
parent 4b08d3bc29
commit a766370930
31 changed files with 293 additions and 100 deletions

View File

@@ -21,6 +21,14 @@ namespace Tester.WPF
}
}
//public void SupportedOperations
//{
// get
// {
// }
//}
public override string ToString()
{
return Name;

View File

@@ -35,7 +35,7 @@ namespace Tester.WPF
set
{
_image = value;
RaisePropertyChanged("Image");
OnPropertyChanged("Image");
}
}