この部分を、スレッドで連続で呼び出すとエラーになるってことか?


{
// メモリに読み込んで消すだけ
int temp = DX.LoadGraph("testpatan02.png");
DX.DeleteGraph(temp);
}