2011-07-19から1日間の記事一覧

WPFxUPnP 2 その3

WPFxUPnP 2 その3久しぶりに、UPnPのデバイスについて・・・。まずは、UPnPのライトのデバイスクラスを作成します。 public class UPnPLightDevice : INotifyPropertyChanged { public UPnPDevice Device { get; set; } public UPnPService SwitchPowerServi…