I am wondering how you can define a click event handler to destroy a window in Ironpython using xaml. The Tkinter command is:
self.Parent.destroy()
I am wondering how you can define a click event handler to destroy a window in Ironpython using xaml. The Tkinter command is:
self.Parent.destroy()