예제 #1
0
 public override bool ApplicationShouldTerminateAfterLastWindowClosed(MonoMac.AppKit.NSApplication sender)
 {
     if (Game1.GameRestarted)
     {
         StartNewProcess();
     }
     return(true);
 }
예제 #2
0
 public override bool ApplicationShouldTerminateAfterLastWindowClosed(MonoMac.AppKit.NSApplication sender)
 {
     return(true);
 }