- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Text;
- using System.Windows.Forms;
- using System.Runtime.InteropServices;
- using System.Windows.Forms.Design;
- namespace GetCards
- {
- public partial class Form1 : Form
- {
- [DllImport("cards.dll")]
- public static extern bool cdtInit(ref int width, ref int height);
- [DllImport("cards.dll")]
- public static extern void cdtTerm();
- [DllImport("cards.dll")]
- public static extern