Example #1
0
 public static async Task DoMain(object[] args)
 {
     var ox = new MyClass(args);
     await ox.DoItAsync();
 }