示例#1
0
 public void clearGrid()
 {
     if (mGrid != null)
     {
         mGrid.clear();
     }
 }