TableCellLabel.cs 437 B

12345678910111213141516171819202122
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Drawing;
  5. using System.Data;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Threading.Tasks;
  9. using System.Windows.Forms;
  10. using WCS_Client.Frm;
  11. namespace WCS_Client.From
  12. {
  13. public partial class TableCellLabel : UserControl
  14. {
  15. public TableCellLabel()
  16. {
  17. InitializeComponent();
  18. }
  19. }
  20. }