Ejemplo n.º 1
0
            public void BindingContextWithConverter(bool useCompiledXaml)
            {
                var layout = new Bz24485(useCompiledXaml);

                layout.BindingContext = new { Data1 = new object() };
                Assert.Pass();
            }
Ejemplo n.º 2
0
			public void BindingContextWithConverter (bool useCompiledXaml)
			{
				var layout = new Bz24485 (useCompiledXaml);
				layout.BindingContext = new { Data1 = new object ()};
				Assert.Pass ();
			}