Projects

Ticket #124: mycontroller.rb

File mycontroller.rb, 137 bytes (added by nineclue@…, 3 years ago)
Line 
1# encoding : UTF-8
2
3class MyController < NSWindowController
4  attr_writer :textcontrol
5  def action1(sender)
6    puts "액션!"
7  end
8end