This commit is contained in:
Eilon Lipton 2019-09-25 14:37:49 -07:00
Родитель c516cb0bb3
Коммит a8a85d2aa0
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,6 @@
using Microsoft.Extensions.Logging;
using System;
using System.Diagnostics;
using Xamarin.Forms;
namespace Blaxamarin.Framework
{
@ -13,8 +12,6 @@ namespace Blaxamarin.Framework
{
}
public ContentPage ContentPage { get; } = new ContentPage();
protected override void HandleException(Exception exception)
{
Debug.Fail($"{nameof(HandleException)} called with '{exception?.GetType().Name}': '{exception?.Message}'");