Form1.cs 614 B

123456789101112131415161718192021222324252627282930
  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 Core.StlMes.Client.ZGMil.ResultConrtrol;
  10. using CoreFS.CA06;
  11. namespace Core.StlMes.Client.ZGMil.Signature
  12. {
  13. public partial class Form1 : FrmBase
  14. {
  15. public Form1()
  16. {
  17. InitializeComponent();
  18. }
  19. private void a()
  20. {
  21. }
  22. private void frmTechnological1_DoubleClickEvent(DataTable dt)
  23. {
  24. DataTable sd = dt;
  25. }
  26. }
  27. }