예제 #1
0
 public void ScrollPageLast()
 {
     if (HistoryItems is ImageListGrid)
     {
         HistoryItems.PageLast();
     }
 }