13/01/04 23:08:01.91 VNa9Ro0a
遅くなってスマン。
>>364
static hoge hogeManager=null;
hoge GetHoge()
{
if(hogeManager==null)
{
hogeManager=new hoge();
…初期化…
}
return hogeManager;
}
こんな感じでいいのかな?
終了時はどうすればいいんだろう。