Beispiel #1
0
        private void DeleteProfile_Click(object sender, RoutedEventArgs e)
        {
            ProxyProfile profile = (ProxyProfile)((Button)e.Source).DataContext;

            _appViewModel.DeleteProxyProfile(profile);
        }