コード例 #1
0
ファイル: Issue3090.xaml.cs プロジェクト: Costo/Xamarin.Forms
			public void NewDoesNotThrow (bool useCompiledXaml)
			{
				var p = new Issue3090 (useCompiledXaml);
			}
コード例 #2
0
ファイル: Issue3090.xaml.cs プロジェクト: gywerd/CPUI
 public void NewDoesNotThrow(bool useCompiledXaml)
 {
     var p = new Issue3090(useCompiledXaml);
 }