To create a simple user interface in C#, you can use the Windows Forms (WinForms) Application project template in Visual Studio.
Here is an example of how to create a simple Windows Forms application with a button and a label:
main.cs96 chars5 lines
This is a very basic example of creating a user interface in C#. There are many other controls and events that you can use to create more complex applications, but this should give you a good starting point.
gistlibby LogSnag