This library is a comprehensive class library designed to simplify the implementation of common GUI functionalities in .NET applications.
$ dotnet add package MyNet.UI
A comprehensive library for simplifying common GUI functionalities in .NET applications.
Install via NuGet:
dotnet add package MyNet.UI
using MyNet.UI.Notifications;
// Show a notification
NotificationService.Show("Hello, user!");
// Show a MessageBox
MessageBoxService.Show("Are you sure?", "Confirmation");
// Change theme
ThemeService.SetTheme("Dark");
Copyright © Stéphane ANDRE.
Distributed under the MIT License. See LICENSE for details.