Beispiel #1
0
 /// <summary>
 /// This method handles a message recieved from the View which enables a reference to the
 /// instantiated CollectionViewSource to be used in the ViewModel.
 /// </summary>
 private void Handle_ViewCollectionViewSourceMessageToken(ViewCollectionViewSourceMessageToken token)
 {
     CVS             = token.CVS;
     DiscountedStock = token.DiscountedStock;
 }
Beispiel #2
0
 /// <summary>
 /// This method handles a message recieved from the View which enables a reference to the
 /// instantiated CollectionViewSource to be used in the ViewModel.
 /// </summary>
 private void Handle_ViewCollectionViewSourceMessageToken(ViewCollectionViewSourceMessageToken token)
 {
     CVS = token.CVS;
     //X_Online = token.X_Online;
 }
 private void Handle_ViewCollectionViewSourceMessageToken(ViewCollectionViewSourceMessageToken token)
 {
     CVS_OCInventory = token.CVS;
 }