diff --git a/Application.xaml.vb b/Application.xaml.vb index e939894..9ff51a6 100644 --- a/Application.xaml.vb +++ b/Application.xaml.vb @@ -10,10 +10,6 @@ Class Application ' can be handled in this file. Protected Overrides Sub OnStartUp(e As System.Windows.StartupEventArgs) MyBase.OnStartup(e) - - 'Dim TempCurrentDomain As AppDomain = AppDomain.CurrentDomain - 'AddHandler TempCurrentDomain.UnhandledException, AddressOf TempCurrentDomain_UnhandledException - ShutdownMode = System.Windows.ShutdownMode.OnMainWindowClose ' Creo la View principale Dim MainWndView As New MainWindow diff --git a/ProjectPage/MachGroupPanel/MachGroupPanelView.xaml b/ProjectPage/MachGroupPanel/MachGroupPanelView.xaml index 94f042e..026d5e6 100644 --- a/ProjectPage/MachGroupPanel/MachGroupPanelView.xaml +++ b/ProjectPage/MachGroupPanel/MachGroupPanelView.xaml @@ -48,9 +48,9 @@ -