Пример #1
0
 public void AddHardwareSupply(CatalogHardwareSupplyViewModel result)
 {
 }
Пример #2
0
 public void AddHardwareSupply(CatalogHardwareSupplyViewModel result)
 {
     this.InvokeIfRequired(() =>
     {
         // TODO : if the selected hardware is the correct one, add the item to the grid
     });
 }