2007-07-23から1日間の記事一覧

アプリケーションを終了させるには

C#

C# でアプリケーションを終了させるには Application.Exit() を使う。 Application.Exit(); 参考

コマンドライン引数のとり方

C#

static void Main(string[] args) { for (int i = 0; i 参考 http://ufcpp.net/study/csharp/st_command.html