Just a simple .NET library that makes creating well-organized multi-page console applications a little easier.
- Simplifies creating console apps with several "pages"/"forms"
- Simplifies switching between forms
- Provides a simple implementation of the observer pattern
- Separates your app from infrastructure's hard-read code
- Prevents thread-unsafe Console.Write/Console.Read usage by throwing exceptions