Esempio n. 1
0
        protected override void OnResume()
        {
            base.OnResume();

            // create our adapter
            dayList = new MWC.Adapters.DaysListAdapter(this);

            //Hook up our adapter to our ListView
            dayListView.Adapter = this.dayList;
        }
Esempio n. 2
0
        protected override void OnResume()
        {
            base.OnResume();

            // create our adapter
            dayList = new MWC.Adapters.DaysListAdapter(this);

            //Hook up our adapter to our ListView
            dayListView.Adapter = this.dayList;
        }