2005-04-15から1日間の記事一覧

C#

static void Main() { bool b; m = new Mutex(true, "hogehoge", out b); if(b) Application.Run(new Form1()); } static Mutex m;