FrmSizingRollMan.cs 449 B

12345678910111213141516171819202122232425
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. using CoreFS.CA06;
  10. using Core.Mes.Client.Comm.Control;
  11. namespace Core.StlMes.Client.Tr.Tools
  12. {
  13. public partial class FrmSizingRollMan : FrmBase
  14. {
  15. public FrmSizingRollMan()
  16. {
  17. InitializeComponent();
  18. }
  19. }
  20. }