Esempio n. 1
0
        private void BtnDown_Click(object sender, RoutedEventArgs e)
        {
            var btn      = (Button)sender;
            var location = (LocationDto)btn.DataContext;

            ViewModel.LocationDown(location);
        }