/// <summary>
 /// Initializes things that only need to be set once, no matter what.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void ChampDockableWindow_Load(object sender, EventArgs e)
 {
     _nameComparer                = new DatasetNameComparer();
     _transformComparer           = new GeoTransformationComparer();
     _graphicsColor               = new RgbColorClass();
     _graphicsColor.RGB           = (16711680);
     panelInput.Location          = panelGPS.Location;
     panelOutput.Location         = panelGPS.Location;
     panelSampleCsv.Location      = new System.Drawing.Point(55, panelSampleCsv.Location.Y);
     panelSampleBearings.Location = new System.Drawing.Point(55, panelSampleBearings.Location.Y);
     Init();
 }
예제 #2
0
 /// <summary>
 /// Initializes things that only need to be set once, no matter what.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void ChampApplyDockableWindow_Load(object sender, EventArgs e)
 {
     _nameComparer = new DatasetNameComparer();
     Init();
 }