private void Button_Click(object sender, RoutedEventArgs e) { (new TestService()).StartService( resp => { MessageBox.Show(resp.Data, "Response", MessageBoxButton.OK); }, err => { MessageBox.Show(err.Message, "Error", MessageBoxButton.OK); }); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)