File: Forms.cs | Web Access |
Project: src\src\Compatibility\Core\src\Compatibility.csproj (Microsoft.Maui.Controls.Compatibility) |
#if !(__ANDROID__ || __IOS__ || WINDOWS || TIZEN) using System; using System.Collections.Generic; using System.Text; namespace Microsoft.Maui.Controls.Compatibility { public class Forms { [Obsolete] public static void Init(IActivationState activationState) { throw new NotImplementedException(); } internal static IMauiContext MauiContext => throw new NotImplementedException(); } } #endif |