Exemplo n.º 1
0
 public InsteonEventConfig(InsteonEventDataItem data)
 {
     this.DataItem = data;
     this.CanSave = !data.IsEmpty;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public void OnSaved(WpfConfiguration control)
 {
     InsteonEventConfig config = control as InsteonEventConfig;
     data = config.DataItem;
 }