CSV_Viewer.pager.Pager.LoadLast C# (CSharp) Method

LoadLast() public method

public LoadLast ( ) : Page
return CSV_Viewer.data_model.Page
        public Page LoadLast()
        {
            _container.Data.GotoLast();
            return _container.Data.Current;
        }