зеркало из https://github.com/DeGsoft/maui-linux.git
9 строки
98 B
C#
9 строки
98 B
C#
|
|
||
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public interface IEntryCellController
|
||
|
{
|
||
|
void SendCompleted();
|
||
|
}
|
||
|
}
|