登录 注册
当前位置:主页 > 资源下载 > 26 > 用c#编写OCX的方法

用c#编写OCX的方法

  • 更新:2024-07-28 09:13:44
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C# - 后端
  • 格式:TXT

资源介绍

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 System.Runtime.InteropServices; namespace WindowsFormsApplication24 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }