16 lines
289 B
C#
16 lines
289 B
C#
namespace Sunny.UI.Demo
|
|
{
|
|
public partial class FCommon : UIPage
|
|
{
|
|
public FCommon()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void uiButton1_Click(object sender, System.EventArgs e)
|
|
{
|
|
MapperDemo.Demo();
|
|
}
|
|
}
|
|
}
|