Demo-C/Tech/UCOverview.cs
2023-01-11 02:28:05 +08:00

26 lines
478 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace PlumByteUI_Learn
{
public partial class UCOverview : UserControl
{
public UCOverview()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}