maui-linux/Xamarin.Forms.Platform.WP8/ICellRenderer.cs

7 строки
156 B
C#

namespace Xamarin.Forms.Platform.WinPhone
{
public interface ICellRenderer : IRegisterable
{
System.Windows.DataTemplate GetTemplate(Cell cell);
}
}