protected void OnApplyCalcs(CentralEventArgs e_)
    {
      EventHandler<CentralEventArgs> h;

      if ((h = ApplyCalcs) != null)
        h(this, e_);
    }
    private void handleApplyCalcs(object sender, CentralEventArgs e_)
    {
      foreach (AnalysisLineLive all in m_source.Lines)
      {

      }

    }