Files
lserp_cs_6.0/其他程序/xNewMyFormDesigner/LabelDivider.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

20 lines
369 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 NewMyFormDesigner
{
public partial class LabelDivider : UserControl
{
public LabelDivider()
{
InitializeComponent();
}
}
}