Index: Core/Gui/src/Core.Gui/Forms/Backstage/BackstageControl.xaml.cs =================================================================== diff -u -r5c202d52a79aed02ad53d49527630f4b6730bc4c -refef53c8e1346458b641c43167a5d908e265a452 --- Core/Gui/src/Core.Gui/Forms/Backstage/BackstageControl.xaml.cs (.../BackstageControl.xaml.cs) (revision 5c202d52a79aed02ad53d49527630f4b6730bc4c) +++ Core/Gui/src/Core.Gui/Forms/Backstage/BackstageControl.xaml.cs (.../BackstageControl.xaml.cs) (revision efef53c8e1346458b641c43167a5d908e265a452) @@ -29,7 +29,7 @@ public partial class BackstageControl : UserControl { /// - /// Initializes a new instance of the class. + /// Creates a new instance of . /// public BackstageControl() { Index: Core/Gui/src/Core.Gui/Forms/Backstage/InfoBackstagePage.xaml.cs =================================================================== diff -u -r5c202d52a79aed02ad53d49527630f4b6730bc4c -refef53c8e1346458b641c43167a5d908e265a452 --- Core/Gui/src/Core.Gui/Forms/Backstage/InfoBackstagePage.xaml.cs (.../InfoBackstagePage.xaml.cs) (revision 5c202d52a79aed02ad53d49527630f4b6730bc4c) +++ Core/Gui/src/Core.Gui/Forms/Backstage/InfoBackstagePage.xaml.cs (.../InfoBackstagePage.xaml.cs) (revision efef53c8e1346458b641c43167a5d908e265a452) @@ -29,7 +29,7 @@ public partial class InfoBackstagePage : UserControl { /// - /// Initializes a new instance of the class. + /// Creates a new instance of . /// public InfoBackstagePage() { Index: Core/Gui/src/Core.Gui/Forms/MainWindow/MainWindow.xaml.cs =================================================================== diff -u -r532727d43f51643ec903a025f20afb5e67f3b048 -refef53c8e1346458b641c43167a5d908e265a452 --- Core/Gui/src/Core.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision 532727d43f51643ec903a025f20afb5e67f3b048) +++ Core/Gui/src/Core.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision efef53c8e1346458b641c43167a5d908e265a452) @@ -69,7 +69,7 @@ private IChartView currentChartView; /// - /// Initializes a new instance of the class. + /// Creates a new instance of . /// public MainWindow() {