maui-linux/Xamarin.Forms.Platform.WinRT/IWrapperAware.cs

14 строки
175 B
C#

#if WINDOWS_UWP
namespace Xamarin.Forms.Platform.UWP
#else
namespace Xamarin.Forms.Platform.WinRT
#endif
{
internal interface IWrapperAware
{
void NotifyWrapped();
}
}