diff --git a/.gitignore b/.gitignore index eeb2be6..b88d016 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ WGneu/obj/ WGneu/bin/ +.vs \ No newline at end of file diff --git a/WGneu/App.xaml b/WGneu/App.xaml index 1655798..5258fea 100644 --- a/WGneu/App.xaml +++ b/WGneu/App.xaml @@ -5,11 +5,11 @@ StartupUri="MainWindow.xaml" xmlns:ui="http://schemas.modernwpf.com/2019"> - + diff --git a/WGneu/BankDetailsWindow.xaml.cs b/WGneu/BankDetailsWindow.xaml.cs index 34675f9..edb6849 100644 --- a/WGneu/BankDetailsWindow.xaml.cs +++ b/WGneu/BankDetailsWindow.xaml.cs @@ -11,6 +11,8 @@ using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; +using WGneu.Models; + namespace WGneu { diff --git a/WGneu/MainWindow.xaml b/WGneu/MainWindow.xaml index eaca478..a8e5f98 100644 --- a/WGneu/MainWindow.xaml +++ b/WGneu/MainWindow.xaml @@ -16,12 +16,8 @@ -