예제 #1
0
        public void EmptyViewTemplateFunction()
        {
            Func <object> loadTemplate = () => new BoxView();

            Bindable.EmptyViewTemplate(loadTemplate);
            Assert.That(BindableLayout.GetEmptyViewTemplate(Bindable), Is.Not.Null);
        }