Пример #1
0
		protected override void OnCreate (Bundle bundle)
		{
			base.OnCreate (bundle);
			ListAdapter = new EfficientAdapter (this);
		}
Пример #2
0
 protected override void OnCreate(Bundle bundle)
 {
     base.OnCreate(bundle);
     ListAdapter = new EfficientAdapter(this);
 }