예제 #1
0
파일: Bz36422.xaml.cs 프로젝트: gywerd/CPUI
            public void xArrayCanBeAssignedToIListT(bool useCompiledXaml)
            {
                var layout = new Bz36422(useCompiledXaml);

                Assert.AreEqual(3, layout.control.Views.Count);
            }
예제 #2
0
			public void xArrayCanBeAssignedToIListT (bool useCompiledXaml)
			{
				var layout = new Bz36422 (useCompiledXaml);
				Assert.AreEqual (3, layout.control.Views.Count);
			}