0 Members and 2 Guests are viewing this topic.
winform:bindEvent("close", closeCallback)
function closeCallback(window) print("Caught the close event") form.close(window)end