зеркало из https://github.com/DeGsoft/maui-linux.git
10 строки
190 B
C#
10 строки
190 B
C#
|
using System.Threading.Tasks;
|
|||
|
using Windows.UI.Xaml.Controls;
|
|||
|
|
|||
|
namespace Xamarin.Forms.Platform.UWP
|
|||
|
{
|
|||
|
internal interface IToolbarProvider
|
|||
|
{
|
|||
|
Task<CommandBar> GetCommandBarAsync();
|
|||
|
}
|
|||
|
}
|