コード例 #1
0
 public InsteonEventConfig(InsteonEventDataItem data)
 {
     this.DataItem = data;
     this.CanSave = !data.IsEmpty;
     InitializeComponent();
 }
コード例 #2
0
ファイル: InsteonEvent.cs プロジェクト: fringebits/Insteon
 public void OnSaved(WpfConfiguration control)
 {
     InsteonEventConfig config = control as InsteonEventConfig;
     data = config.DataItem;
 }