Skip to content

Instantly share code, notes, and snippets.

View Protiguous's full-sized avatar

Protiguous Protiguous

View GitHub Profile
@Protiguous
Protiguous / awaitForms.cs
Created April 24, 2019 07:40
Having fun with awaiting on forms.
using System;
using System.Threading.Tasks;
using System.Windows.Forms;
using Forms;
public static class Program {
[STAThread]
public static async Task Main() {