Skip to content

Instantly share code, notes, and snippets.

@masoo
Created March 21, 2014 08:06
Show Gist options
  • Save masoo/9681730 to your computer and use it in GitHub Desktop.
Save masoo/9681730 to your computer and use it in GitHub Desktop.
masoojer に張り付けて実行するサンプルスクリプト
require 'PresentationFramework'
w = System::Windows::Window.new
w.width = 400
w.height = 300
w.Content = System::String.new("Hello, World!!")
w.show_dialog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment