Winform how to use Dependency Injection like Web?

Using ServiceStack, In asp.net MVC, controller can inherit from ServiceController, It Was useful. In winform, Is Anything like ServiceController Can use to the form ? And I also want the form can use the funq inject, how to do it ?

No there’s no base class for WinForms Applications, but there’s a number of ways you can resolve Funq dependencies from outside of ServiceStack.