uBIMEarthTools/地质建模/GeologyModelForm.cs
2018-10-22 19:28:56 +08:00

21 lines
398 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace uBIM_EarthTools
{
public partial class GeologyModelForm : Form
{
public GeologyModelForm()
{
InitializeComponent();
}
}
}