From f1b78f5167606e6b5d70fb36e45b01bb9d23cac2 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Thu, 4 Jul 2019 15:47:44 +0200 Subject: [PATCH] - add simple usage file structure --- Home.md | 6 +++++- Simple-Usage-of-Lightweight-IOC-Container.md | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 7405210..3b8bbf2 100644 --- a/Home.md +++ b/Home.md @@ -7,4 +7,8 @@ Welcome to the Lightweight IOC Container wiki! - [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]] - [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]] - [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] -- [[Usage|Usage-of-Lightweight-IOC-Container]] +- [[Usage|Simple-Usage-of-Lightweight-IOC-Container]] + - [[Instantiate container|Simple-Usage-of-Lightweight-IOC-Container#Instantiate-Container]] + - [[Install `IIocInstaller`s|Simple-Usage-of-Lightweight-IOC-Container#Install-IIocInstallers]] + - [[Resolving instances|Simple-Usage-of-Lightweight-IOC-Container#Resolving-Instances]] + - [[Disposing Container|Simple-Usage-of-Lightweight-IOC-Container#Disposing-Container]] diff --git a/Simple-Usage-of-Lightweight-IOC-Container.md b/Simple-Usage-of-Lightweight-IOC-Container.md index 231c7c6..cd53a2b 100644 --- a/Simple-Usage-of-Lightweight-IOC-Container.md +++ b/Simple-Usage-of-Lightweight-IOC-Container.md @@ -1 +1,9 @@ -# Usage +This is a simple usage guide of the Lightweight IOC Container. + +## Instantiate container + +## Install `IIocInstaller`s + +## Resolving instances + +## Disposing Container