Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Unic

The C# library for everything coding.

Installation

Just use

using Unic;

Using Unic

Message boxes

You can show your user a message mox with

using Unic.Interaction;
class YourClass
{
 public static void Main()
 {
 InteractiveMessages.ShowMessageBox("title", "message");
 }
}

Windows

You can open a window with:

using Unic.Xero;
class YourClass
{
 public static void Main()
 {
 XeroRenderer.OpenWindow("Test Window", 500, 500);
 }
}

About

The C# library for everything coding.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

AltStyle によって変換されたページ (->オリジナル) /