-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Tyberious edited this page Aug 31, 2023
·
1 revision
Welcome to the SimpleConsole.Controls Wiki! This documentation will guide you through the usage of the library to create console equivalents of WinForms objects.
To get started, you'll need to install the SimpleConsole.Controls library. Follow these steps:
- Open your Visual Studio project.
- Use NuGet Package Manager to search for and install the SimpleConsole.Controls package.
- You're ready to start using the library in your project!
In your code, make sure to import the SimpleConsole.Controls namespace:
using SimpleConsole.Controls;