geboshi_V1/LeatherProject/LeatherApp/FrmVerList.cs

32 lines
609 B
C#

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
{
public partial class FrmVerList : UIForm
{
public FrmVerList()
{
InitializeComponent();
}
private void frmVerList_Load(object sender, EventArgs e)
{
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
}
}
}