Exemple #1
0
            public void LabelWithoutExplicitPropertyElement(bool useCompiledXaml)
            {
                var layout = new Issue2062(useCompiledXaml);

                Assert.AreEqual("text explicitly set to Label.Text", layout.label1.Text);
                Assert.AreEqual("text implicitly set to Text property of Label", layout.label2.Text);
            }
			public void LabelWithoutExplicitPropertyElement (bool useCompiledXaml)
			{
				var layout = new Issue2062 (useCompiledXaml);
				Assert.AreEqual ("text explicitly set to Label.Text", layout.label1.Text);
				Assert.AreEqual ("text implicitly set to Text property of Label", layout.label2.Text);
			}