diff --git a/GuiWPF/App.xaml b/GuiWPF/App.xaml index e551053..24a8184 100644 --- a/GuiWPF/App.xaml +++ b/GuiWPF/App.xaml @@ -1,7 +1,7 @@ - diff --git a/GuiWPF/App.xaml.cs b/GuiWPF/App.xaml.cs index 4cb5730..d79408d 100644 --- a/GuiWPF/App.xaml.cs +++ b/GuiWPF/App.xaml.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Threading.Tasks; using System.Windows; -namespace WPF +namespace GuiWPF { /// /// Interaktionslogik für "App.xaml" diff --git a/GuiWPF/DelegateCommand.cs b/GuiWPF/DelegateCommand.cs index 0fb734a..615c007 100644 --- a/GuiWPF/DelegateCommand.cs +++ b/GuiWPF/DelegateCommand.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Input; -namespace WPF +namespace GuiWPF { public class DelegateCommand : ICommand { diff --git a/GuiWPF/HomePage.cs b/GuiWPF/HomePage.cs index 16feaa0..b31ba18 100644 --- a/GuiWPF/HomePage.cs +++ b/GuiWPF/HomePage.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace WPF +namespace GuiWPF { public class HomePage { diff --git a/GuiWPF/HomePageView.xaml b/GuiWPF/HomePageView.xaml index 160631c..9bb2ce3 100644 --- a/GuiWPF/HomePageView.xaml +++ b/GuiWPF/HomePageView.xaml @@ -1,9 +1,9 @@ - diff --git a/GuiWPF/HomePageView.xaml.cs b/GuiWPF/HomePageView.xaml.cs index e3d1408..8775a7b 100644 --- a/GuiWPF/HomePageView.xaml.cs +++ b/GuiWPF/HomePageView.xaml.cs @@ -13,7 +13,7 @@ using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; -namespace WPF +namespace GuiWPF { /// /// Interaktionslogik für HomePageView.xaml diff --git a/GuiWPF/HomePageViewModel.cs b/GuiWPF/HomePageViewModel.cs index 69eafaa..9ae6ef1 100644 --- a/GuiWPF/HomePageViewModel.cs +++ b/GuiWPF/HomePageViewModel.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace WPF +namespace GuiWPF { public class HomePageViewModel : ViewModelBase { diff --git a/GuiWPF/MainWindow.xaml b/GuiWPF/MainWindow.xaml index be2f97a..2a51dff 100644 --- a/GuiWPF/MainWindow.xaml +++ b/GuiWPF/MainWindow.xaml @@ -1,9 +1,9 @@ - diff --git a/GuiWPF/MainWindow.xaml.cs b/GuiWPF/MainWindow.xaml.cs index 61b6188..395c653 100644 --- a/GuiWPF/MainWindow.xaml.cs +++ b/GuiWPF/MainWindow.xaml.cs @@ -13,7 +13,7 @@ using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; -namespace WPF +namespace GuiWPF { /// /// Interaktionslogik für MainWindow.xaml diff --git a/GuiWPF/MainWindowViewModel.cs b/GuiWPF/MainWindowViewModel.cs index c46eedd..5ac13ea 100644 --- a/GuiWPF/MainWindowViewModel.cs +++ b/GuiWPF/MainWindowViewModel.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Input; -namespace WPF +namespace GuiWPF { public class MainWindowViewModel : ViewModelBase { diff --git a/GuiWPF/SettingsPage.cs b/GuiWPF/SettingsPage.cs index 740a5dc..9b91fd8 100644 --- a/GuiWPF/SettingsPage.cs +++ b/GuiWPF/SettingsPage.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace WPF +namespace GuiWPF { public class SettingsPage { diff --git a/GuiWPF/SettingsPageView.xaml b/GuiWPF/SettingsPageView.xaml index 686eef8..ca02f42 100644 --- a/GuiWPF/SettingsPageView.xaml +++ b/GuiWPF/SettingsPageView.xaml @@ -1,9 +1,9 @@ - diff --git a/GuiWPF/SettingsPageView.xaml.cs b/GuiWPF/SettingsPageView.xaml.cs index 0cb00ce..58295e9 100644 --- a/GuiWPF/SettingsPageView.xaml.cs +++ b/GuiWPF/SettingsPageView.xaml.cs @@ -13,7 +13,7 @@ using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; -namespace WPF +namespace GuiWPF { /// /// Interaktionslogik für SettingsPageView.xaml diff --git a/GuiWPF/SettingsPageViewModel.cs b/GuiWPF/SettingsPageViewModel.cs index c240c33..90d05b4 100644 --- a/GuiWPF/SettingsPageViewModel.cs +++ b/GuiWPF/SettingsPageViewModel.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace WPF +namespace GuiWPF { public class SettingsPageViewModel : ViewModelBase { diff --git a/GuiWPF/ViewModelBase.cs b/GuiWPF/ViewModelBase.cs index 7f40984..f65aa6d 100644 --- a/GuiWPF/ViewModelBase.cs +++ b/GuiWPF/ViewModelBase.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace WPF +namespace GuiWPF { public abstract class ViewModelBase : INotifyPropertyChanged {