...ing logging 4.0

はてなブログに移行しました。D言語の話とかいろいろ。

2014-01-01から1年間の記事一覧

DFL for dmd 2.066

久しぶり。 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…