RandomImages[] ri = new RandomImages[15] ;
for (int i=0; i < 15;i++ )
ri[i].GetRandom(i);  
在此提示NullReferenceException was handled
请问这是什么问题...?