2014-08-01から1ヶ月間の記事一覧
久しぶり。 https://github.com/Rayerd/dfl import dfl; pragma(lib, "dfl.lib"); class MainForm : Form { private Button _button; private ListBox _listbox; private MainMenu _menu; this() { _button = new TestButton(); _button.text = "ok"; _butto…