예제 #1
0
        public AllAuthorPage()
        {
            InitializeComponent();
            ((NavigationPage)Application.Current.MainPage).BarBackgroundColor = Color.FromHex("#efefef");
            List <Model.Author> authorClasses = authorDataAccess.GetAllAuthor().ToList();

            listView.BindingContext = authorClasses;
            listView.IsRefreshing   = false;
        }