Adding full DI navigation example for testing purposes.

- adding internal private field into FormBase class
- adding Extension methods into DependencyInjection namespace for use
- adding 2 NavigateTo extension methods for DI using ServiceProvider
- adding example project
- adding to readme as example
This commit is contained in:
Florian Zevedei
2023-09-29 18:34:10 +02:00
parent e6a48115a6
commit 30222d640d
8 changed files with 266 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ public class FormBase : IDisposable
public MessageClient Client { get; set; }
IServiceProvider _serviceProvider = null;
/// <summary>
/// has this formular already been disposed ?
/// </summary>