Newer
Older
EMS_REFACTOR / FrmFTAnalysis.cs
nn-203 on 26 Jul 2017 397 bytes first commit
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)
        {
            
        }
    }
}