import clr
clr.AddReference('Eto')
clr.AddReference('Eto.Wpf')
from Eto.Drawing import *
from Eto.Forms import *
class MyForm(Form):
def __init__(self):
# Create child controls and initialize form
self.Content = Label(Text = "Hello IronPython")
app = Application()
app.Run(MyForm())
--
You received this message because you are subscribed to the Google Groups "Eto.Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eto-forms+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/eto-forms/b633e789-6671-41d3-8651-0b29e96bad64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.