Esempio n. 1
0
 public void LoadFromFile(string fileName)
 {
     Product = Product.Load(fileName);
       NotifyPropertyChanged("Product");
       Messages.Clear();
 }
Esempio n. 2
0
 public void CreateProduct()
 {
     Product = new Product();
       NotifyPropertyChanged("Product");
 }