I can use - (BOOL)applicationShouldTerminateAfterLastWindowClosed: method to quit cocoa app when window closes by using the method in application’s delegate.
How can I do the same thing with MonoMac? In general, how can I map objective-c method to MonoMac’s C# function?
I found this code, I see that I can use the same function in the delegate.