12 lines
202 B
C#
12 lines
202 B
C#
|
using System;
|
|||
|
namespace Ooui.Forms
|
|||
|
{
|
|||
|
public static class PageExtensions
|
|||
|
{
|
|||
|
public static Element CreateElement (this Xamarin.Forms.Page page)
|
|||
|
{
|
|||
|
throw new NotImplementedException ();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|