diff --git a/X2UtService.GUIContext.pas b/X2UtService.GUIContext.pas index c7d2d49..dc4d548 100644 --- a/X2UtService.GUIContext.pas +++ b/X2UtService.GUIContext.pas @@ -49,6 +49,7 @@ begin Application.CreateForm(TX2ServiceContextGUIForm, serviceForm); serviceForm.Caption := AService.DisplayName; + serviceForm.Context := Self; serviceForm.Service := AService; Application.Run;