maui-linux/Xamarin.Forms.Core/IEntryController.cs

7 строки
92 B
C#

namespace Xamarin.Forms
{
public interface IEntryController
{
void SendCompleted();
}
}