Newer
Older
GHFX_REFACTOR / FrmFTAnalysis.cs
wxn on 9 Nov 2016 397 bytes 冗余代码整理
using System;
using DevComponents.DotNetBar;
using GeoScene.Globe;

namespace Cyberpipe
{
    public partial class FrmFTAnalysis : Office2007Form
    {
        GSOGlobeControl globeControl1;
        public FrmFTAnalysis()
        {
            InitializeComponent();
        }

        private void checkBoxX1_CheckedChanged(object sender, EventArgs e)
        {
            
        }
    }
}