And I run sample WinForms application from IronRuby console:
IronRuby 1.0.0.0 on .NET 2.0.50727.4927 Copyright (c) Microsoft Corporation. All rights reserved. >>> require 'System.Windows.Forms' => true >>> include System::Windows::Forms => Object >>> f = Form.new => System.Windows.Forms.Form, Text: >>> f.text = 'Hello World' => "Hello World" >>> Application.run(f)
No comments:
Post a Comment