■ 注意事項
* 参照の追加で「System.Windows.Forms」を追加する必要がある
手順
* [参照]-[参照の追加]-[アセンブリ]で、「System.Windows.Forms」をチェックし、 「OK」ボタン押下
■ サンプル
例1:Hello World
namespace SampleDemo { class Program { static void Main(string[] args) { System.Windows.Forms.Application.Run(new System.Windows.Forms.Form()); System.Windows.Forms.MessageBox.Show("Exit"); } } }
参考文献
http://7ujm.net/CSharp/7.htmlhttp://shirakamisauto.hatenablog.com/entry/2016/02/19/104632
http://d.hatena.ne.jp/machua/20100421/1271871107