maui-linux/Xamarin.Forms.Core/Cells/IEntryCellController.cs

9 строки
98 B
C#

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