예제 #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
     });
 }