Files
lserp_cs_6.0/插件库/Lskj.Control/LabelTipWithLink.cs
2026-07-02 10:11:39 +00:00

20 lines
372 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Lskj.Control
{
public partial class LabelTipWithLink : UserControl
{
public LabelTipWithLink()
{
InitializeComponent();
}
}
}