Index: Core/Gui/src/Core.Gui/Core.Gui.csproj =================================================================== diff -u -r7f662d4ad83e09ac71f656dfa7e6e4800616512b -r34219ecd23ac9062bbada84f001cafe8899a2cd9 --- Core/Gui/src/Core.Gui/Core.Gui.csproj (.../Core.Gui.csproj) (revision 7f662d4ad83e09ac71f656dfa7e6e4800616512b) +++ Core/Gui/src/Core.Gui/Core.Gui.csproj (.../Core.Gui.csproj) (revision 34219ecd23ac9062bbada84f001cafe8899a2cd9) @@ -41,6 +41,10 @@ MSBuild:Compile Designer + + MSBuild:Compile + Designer + MSBuild:Compile Designer Index: Core/Gui/src/Core.Gui/Forms/Backstage/BackstageControl.xaml =================================================================== diff -u -rb641495492850378ead7ce56a66c4b52c6e6041e -r34219ecd23ac9062bbada84f001cafe8899a2cd9 --- Core/Gui/src/Core.Gui/Forms/Backstage/BackstageControl.xaml (.../BackstageControl.xaml) (revision b641495492850378ead7ce56a66c4b52c6e6041e) +++ Core/Gui/src/Core.Gui/Forms/Backstage/BackstageControl.xaml (.../BackstageControl.xaml) (revision 34219ecd23ac9062bbada84f001cafe8899a2cd9) @@ -135,7 +135,7 @@ - Support + Index: Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml =================================================================== diff -u --- Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (revision 0) +++ Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (revision 34219ecd23ac9062bbada84f001cafe8899a2cd9) @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml.cs =================================================================== diff -u --- Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml.cs (revision 0) +++ Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml.cs (revision 34219ecd23ac9062bbada84f001cafe8899a2cd9) @@ -0,0 +1,39 @@ +// Copyright (C) Stichting Deltares 2021. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System.Windows.Controls; + +namespace Core.Gui.Forms.Backstage +{ + /// + /// Main user interface of the application. + /// + public partial class SupportBackstagePage : UserControl + { + /// + /// Creates a new instance of . + /// + public SupportBackstagePage() + { + InitializeComponent(); + } + } +} \ No newline at end of file Index: Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml =================================================================== diff -u -r236b163b834acf89b5bb83c0f0c689ea723ec134 -r34219ecd23ac9062bbada84f001cafe8899a2cd9 --- Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml (.../DeltaresGeneralStyle.xaml) (revision 236b163b834acf89b5bb83c0f0c689ea723ec134) +++ Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml (.../DeltaresGeneralStyle.xaml) (revision 34219ecd23ac9062bbada84f001cafe8899a2cd9) @@ -41,6 +41,8 @@ #D2D2CA #E7E7E3 + + @@ -68,6 +70,11 @@ + + + + +