Fixed bug in the AboutForm

This commit is contained in:
Robin 2018-07-04 15:35:46 +02:00
commit 59010682a0

View file

@ -82,6 +82,7 @@ namespace Greenshot
.AssignableTo<IService>() .AssignableTo<IService>()
.As<IService>() .As<IService>()
.AsSelf() .AsSelf()
.AsImplementedInterfaces()
.SingleInstance(); .SingleInstance();
builder builder