diff --git a/wpf_ax_utility/App.xaml b/wpf_ax_utility/App.xaml index 833cd3f..560edda 100644 --- a/wpf_ax_utility/App.xaml +++ b/wpf_ax_utility/App.xaml @@ -1,8 +1,7 @@  + xmlns:local="clr-namespace:wpf_ax_utility"> diff --git a/wpf_ax_utility/App.xaml.cs b/wpf_ax_utility/App.xaml.cs index 38984df..8572971 100644 --- a/wpf_ax_utility/App.xaml.cs +++ b/wpf_ax_utility/App.xaml.cs @@ -13,5 +13,10 @@ namespace wpf_ax_utility /// public partial class App : Application { + public App() + { + // TODO: Verifica se l'utente fa parte di GG IT, in caso yes fai apparire una pagina, in caso no ne fai apparire un'altra + this.StartupUri = new Uri("/wpf_ax_utility;component/MainWindow.xaml", UriKind.Relative); + } } }