AboutFrm.cs
上传用户:songlsx
上传日期:2022-06-19
资源大小:2227k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. namespace LinGIS
  9. {
  10.     public partial class AboutFrm : DevComponents.DotNetBar.Office2007Form 
  11.     {
  12.         public AboutFrm()
  13.         {
  14.             InitializeComponent();
  15.         }
  16.     }
  17. }