觀察者模式->定義物件一對多的關係,當一個物件(主題)改變更新,其他相依者(訂閱者)就會收到通知並更新。
Read the rest of this entry »
[C#][WP7]利用IOStorage儲存Dictionary
把Dictionary
[C#]Strategy Pattern
[C#][WP7]ApplicationBarIconButton 不顯示圖片
不顯示Icon圖片的問題。
修改圖片的屬性,Properties -> Build Action的值改為“Content”(default为Resouce)