15 lines
266 B
C#
15 lines
266 B
C#
namespace Sunny.UI.Demo
|
|
{
|
|
public partial class FTextBox : UITitlePage
|
|
{
|
|
public FTextBox()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void uiTextBox1_Click(object sender, System.EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |