Replace ReactiveUI
This commit is contained in:
parent
43b4d50e43
commit
5584ab4ec8
41 changed files with 472 additions and 1013 deletions
|
|
@ -23,7 +23,6 @@ public static class InkForgeServiceCollections
|
|||
|
||||
// Singletons
|
||||
// - Concrete
|
||||
services.AddSingleton<DocumentManager>();
|
||||
services.AddSingleton<InkForgeFactory>();
|
||||
services.AddSingleton<WorkspaceManager>();
|
||||
|
||||
|
|
@ -33,6 +32,7 @@ public static class InkForgeServiceCollections
|
|||
|
||||
// Scoped
|
||||
// - Concrete
|
||||
services.AddScoped<DocumentManager>();
|
||||
services.AddScoped<LocalWorkspaceOptions>();
|
||||
services.AddScoped<NoteStore>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue