| 123456789101112131415161718192021222324252627282930 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Windows.Forms;
- using Core.StlMes.Client.ZGMil.ResultConrtrol;
- using CoreFS.CA06;
- namespace Core.StlMes.Client.ZGMil.Signature
- {
- public partial class Form1 : FrmBase
- {
- public Form1()
- {
- InitializeComponent();
- }
- private void a()
- {
-
- }
- private void frmTechnological1_DoubleClickEvent(DataTable dt)
- {
- DataTable sd = dt;
- }
- }
- }
|