Ejemplo n.º 1
0
 public DeleteArrowCommand(ObservableCollection <ArrowViewModel> inputACollection, ArrowViewModel inputAModel)
 {
     arrowCollection = inputACollection;
     arrowModel      = inputAModel;
 }
Ejemplo n.º 2
0
 public ArrowLoad()
 {
     InitializeComponent();
     DataContext = new ArrowViewModel(model);
     AddMark();
 }