15 lines
266 B
C#
Raw Normal View History

namespace Sunny.UI.Demo
2020-05-11 21:11:29 +08:00
{
public partial class FTextBox : UITitlePage
{
public FTextBox()
{
InitializeComponent();
}
private void uiTextBox1_Click(object sender, System.EventArgs e)
{
}
2020-05-11 21:11:29 +08:00
}
}