AboutFrm.cs
资源名称:vcengine.rar [点击查看]
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:0k
源码类别:
GIS编程
开发平台:
Visual C++
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Text;
- using System.Windows.Forms;
- namespace LinGIS
- {
- public partial class AboutFrm : DevComponents.DotNetBar.Office2007Form
- {
- public AboutFrm()
- {
- InitializeComponent();
- }
- }
- }