Skip to content

Getting Started

Tyberious edited this page Aug 31, 2023 · 1 revision

Getting Started with SimpleConsole.Controls

Welcome to the SimpleConsole.Controls Wiki! This documentation will guide you through the usage of the library to create console equivalents of WinForms objects.

Installation

To get started, you'll need to install the SimpleConsole.Controls library. Follow these steps:

  1. Open your Visual Studio project.
  2. Use NuGet Package Manager to search for and install the SimpleConsole.Controls package.
  3. You're ready to start using the library in your project!

Usage

In your code, make sure to import the SimpleConsole.Controls namespace:

using SimpleConsole.Controls;

Clone this wiki locally