PanelLine.cs 398 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. namespace IntelligentControlForsx.MyControls
  9. {
  10. public partial class PanelLine : IntelligentControlForsx.Template.TemplateControl
  11. {
  12. public PanelLine()
  13. {
  14. InitializeComponent();
  15. }
  16. }
  17. }