123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Text;
- using System.Windows.Forms;
- namespace IntelligentControlForsx.MyControls
- {
- public partial class PanelLine : IntelligentControlForsx.Template.TemplateControl
- {
- public PanelLine()
- {
- InitializeComponent();
- }
- }
- }
|