diff --git a/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml new file mode 100755 index 0000000..88956db --- /dev/null +++ b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs new file mode 100755 index 0000000..68ad7e7 --- /dev/null +++ b/zaaReloaded2/ExceptionHandler/ExceptionDetailView.xaml.cs @@ -0,0 +1,33 @@ +/* ExceptionDetailView.xaml.cs + * part of zaaReloaded2 + * + * Copyright 2015 Daniel Kraus + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System.Windows; + +namespace zaaReloaded2.ExceptionHandler +{ + /// + /// Interaction logic for ExceptionDetailView.xaml + /// + public partial class ExceptionDetailView : Window + { + public ExceptionDetailView() + { + InitializeComponent(); + } + } +} diff --git a/zaaReloaded2/ExceptionHandler/ExceptionView.xaml b/zaaReloaded2/ExceptionHandler/ExceptionView.xaml new file mode 100755 index 0000000..b61e024 --- /dev/null +++ b/zaaReloaded2/ExceptionHandler/ExceptionView.xaml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +