Exemplo n.º 1
0
 public InventarioMpVM()
 {
     InventarioMP = new ObservableCollection <MpProduct>(ProductQueries.GetMP());
     Unidades     = new ObservableCollection <string>(ProductQueries.GetUnidades());
     editMp       = new EditMpCommand(this);
     createMp     = new NewMpCommnand(this);
 }