Remove unused property
This commit is contained in:
Родитель
c516cb0bb3
Коммит
a8a85d2aa0
|
@ -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}'");
|
||||
|
|
Загрузка…
Ссылка в новой задаче