From d380c8eceecc8988b7d59f519d5db5254d23b883 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 30 Aug 2018 21:12:38 +0200 Subject: [PATCH] add a form for the customer to the WPFClient --- WPFClient/WPFClient/CustomerDetails.xaml | 27 ++++++++++++++++ WPFClient/WPFClient/CustomerDetails.xaml.cs | 34 +++++++++++++++++++++ WPFClient/WPFClient/WPFClient.csproj | 7 +++++ 3 files changed, 68 insertions(+) create mode 100644 WPFClient/WPFClient/CustomerDetails.xaml create mode 100644 WPFClient/WPFClient/CustomerDetails.xaml.cs diff --git a/WPFClient/WPFClient/CustomerDetails.xaml b/WPFClient/WPFClient/CustomerDetails.xaml new file mode 100644 index 0000000..01a37a4 --- /dev/null +++ b/WPFClient/WPFClient/CustomerDetails.xaml @@ -0,0 +1,27 @@ + + + + + + + + +