13 lines
206 B
C#
13 lines
206 B
C#
![]() |
using System;
|
|||
|
using System.Drawing;
|
|||
|
|
|||
|
namespace Sunny.UI.Demo
|
|||
|
{
|
|||
|
public partial class FButton : UITitlePage
|
|||
|
{
|
|||
|
public FButton()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|