File: Core\IMenuBarElement.cs | Web Access |
Project: src\src\Core\src\Core.csproj (Microsoft.Maui) |
using System; using System.Collections.Generic; using System.Text; namespace Microsoft.Maui { public interface IMenuBarElement { IMenuBar? MenuBar { get; } } } |