Accelerometer.AppDelegate.ApplicationShouldTerminateAfterLastWindowClosed C# (CSharp) 메소드

ApplicationShouldTerminateAfterLastWindowClosed() 공개 메소드

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender NSApplication
리턴 bool
        public override bool ApplicationShouldTerminateAfterLastWindowClosed(NSApplication sender)
        {
            return true;
        }