зеркало из https://github.com/DeGsoft/maui-linux.git
19 строки
341 B
C#
19 строки
341 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
using Android.App;
|
|
using Android.Content;
|
|
using Android.OS;
|
|
using Android.Runtime;
|
|
using Android.Views;
|
|
using Android.Widget;
|
|
|
|
namespace Xamarin.Forms.Platform.Android
|
|
{
|
|
internal interface ILifeCycleState
|
|
{
|
|
bool MarkedForDispose { get; set; }
|
|
}
|
|
} |