- add simple usage file structure

master
Simon Gockner 7 years ago
parent 3c298caf01
commit f1b78f5167
  1. 6
      Home.md
  2. 10
      Simple-Usage-of-Lightweight-IOC-Container.md

@ -7,4 +7,8 @@ Welcome to the Lightweight IOC Container wiki!
- [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]] - [[PackageManager|Install-Lightweight-IOC-Container#PackageManager]]
- [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]] - [[.NET CLI|Install-Lightweight-IOC-Container#NET-CLI]]
- [[Using source code|Install-Lightweight-IOC-Container#Using-source-code]] - [[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]]

@ -1 +1,9 @@
# Usage This is a simple usage guide of the Lightweight IOC Container.
## Instantiate container
## Install `IIocInstaller`s
## Resolving instances
## Disposing Container

Loading…
Cancel
Save