Ooui-tws-port/Ooui.Forms/PageExtensions.cs

12 lines
202 B
C#
Raw Normal View History

2017-11-09 06:21:05 +00:00
using System;
namespace Ooui.Forms
{
public static class PageExtensions
{
public static Element CreateElement (this Xamarin.Forms.Page page)
{
throw new NotImplementedException ();
}
}
}