これくらいの実装で、INotifyPropertyChangedの定番実装が出来るようになってほしいと思う今日この頃です。
public class Hogehoge : NotifyObject { [Notify] public int Age { get; set; } }
これくらいの実装で、INotifyPropertyChangedの定番実装が出来るようになってほしいと思う今日この頃です。
public class Hogehoge : NotifyObject { [Notify] public int Age { get; set; } }