public override void DidFinishLaunching(NSNotification notification) #endif { var args = new string[0]; FastTrace.WriteLine("Startup: Reached AppDelegate.DidFinishLaunching / AppDelegate.FinishedLaunching"); ErrorProtection.RunEarly(() => ProtectedStartup(args)); ErrorProtection.RunMain(_kernel.TryGet <IErrorReport>(), ProtectedRun); }
public static void Main(string[] args) { ErrorProtection.RunEarly(() => ProtectedStartup(args)); ErrorProtection.RunMain(_kernel.TryGet <IErrorReport>(), ProtectedRun); }