Index: VerpakkingsDefinitie/UI/GebruikerScherm.pas =================================================================== diff -u -r564 -r593 --- VerpakkingsDefinitie/UI/GebruikerScherm.pas (.../GebruikerScherm.pas) (revision 564) +++ VerpakkingsDefinitie/UI/GebruikerScherm.pas (.../GebruikerScherm.pas) (revision 593) @@ -6,7 +6,7 @@ Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, ObserverPattern, - UserAgent, Main, ApplicationContext, Subscherm; + UserAgent, Navigator, ApplicationContext, Subscherm; type TFormGebruiker = class(TFormSubscherm) @@ -64,7 +64,7 @@ FUserAgent.GebruikerAfmelden(self.ApplicationContext.UserContext); finally // Als logout mislukt, gewoon naar inlog scherm gaan. De gebruiker kan dan opnieuw inloggen. - self.Navigator.NavigeerNaar(Main.NAVLOGIN); + self.Navigator.NavigeerNaar(NAVLOGIN); end; end;