コード例 #1
0
 /// <summary>
 /// changes the bullets on the bottom of the page - pagination
 /// </summary>
 /// <param name="currentScreen"></param>
 private void UpdatePagination(int currentScreen)
 {
     if (Pagination != null)
     {
         Pagination.SetSelected(currentScreen);
     }
 }