2017-09-28 14:52:27 +03:00
|
|
|
|
namespace Xamarin.Forms.Platform.GTK
|
|
|
|
|
{
|
2018-09-20 22:11:20 +03:00
|
|
|
|
public static class RendererFactory
|
|
|
|
|
{
|
|
|
|
|
public static IVisualElementRenderer CreateRenderer(VisualElement element)
|
|
|
|
|
{
|
|
|
|
|
return Platform.CreateRenderer(element);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|