geboshi_V1/LeatherProject/LeatherApp/Page/FTest.cs

27 lines
502 B
C#
Raw Permalink Normal View History

2024-03-07 14:03:22 +08:00
using Sunny.UI;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace LeatherApp.Page
{
public partial class FTest : UIPage
{
public FTest()
{
InitializeComponent();
}
private void FTest_Load(object sender, EventArgs e)
{
}
}
}