|
@@ -1,15 +1,12 @@
|
|
|
using System;
|
|
|
using Avalonia.Interactivity;
|
|
|
-using Avalonia.Metadata;
|
|
|
-using Avalonia.VisualTree;
|
|
|
|
|
|
namespace Avalonia.Input
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// Defines the interface for a window's main menu.
|
|
|
/// </summary>
|
|
|
- [NotClientImplementable]
|
|
|
- public interface IMainMenu
|
|
|
+ internal interface IMainMenu
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// Gets a value indicating whether the menu is open.
|