Example #1
0
 public DeleteArrowCommand(ObservableCollection <ArrowViewModel> inputACollection, ArrowViewModel inputAModel)
 {
     arrowCollection = inputACollection;
     arrowModel      = inputAModel;
 }
 public ArrowLoad()
 {
     InitializeComponent();
     DataContext = new ArrowViewModel(model);
     AddMark();
 }