111,126
社区成员
发帖
与我相关
我的任务
分享
[DllImport("ScanLib.dll")]
static extern void C152_DEMO(double speed,double distance,int delay);
public MainForm()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
this.MaximizeBox = false;
//
// TODO: Add any constructor code after InitializeComponent call
//
dataTable = new DataTable();
//初始化振镜
//Init();
C152_DEMO(0, 0, 0);
}
public MainForm()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
this.MaximizeBox = false;
//
// TODO: Add any constructor code after InitializeComponent call
//
dataTable = new DataTable();
//初始化振镜
//Init();
C152_DEMO(0, 0, 0);
}
public MainForm()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
this.MaximizeBox = false;
//
// TODO: Add any constructor code after InitializeComponent call
//
dataTable = new DataTable();
//初始化振镜
//Init();
C152_DEMO(0, 0, 0);
}