Windows Phone中用到的类名及对应的命名控件及引用

1 //INotifyPropertyChanged
2 using System.ComponentModel;
1 //ICommand
2 using System.Windows.Input;
1 //ActionCommand
2 //Microsoft.Expression.Interactions.dll
3 using Microsoft.Expression.Interactivity.Core;
原文地址:https://www.cnblogs.com/lollipop/p/3172071.html