/// <summary>
 /// This is neccessary to use the dialog.
 /// </summary>
 /// <param name="table">The table which contains the data to export.</param>
 /// <param name="selectedRows">The rows selected in the table.</param>
 /// <param name="selectedColumns">The columns selected in the table.</param>
 public void Initialize(Altaxo.Data.DataTable table, IAscendingIntegerCollection selectedRows, IAscendingIntegerCollection selectedColumns)
 {
   m_Controller = new ExportGalacticSpcFileDialogController(this,table,selectedRows,selectedColumns);
 }
 /// <summary>
 /// This is neccessary to use the dialog.
 /// </summary>
 /// <param name="table">The table which contains the data to export.</param>
 /// <param name="selectedRows">The rows selected in the table.</param>
 /// <param name="selectedColumns">The columns selected in the table.</param>
 public void Initialize(Altaxo.Data.DataTable table, IAscendingIntegerCollection selectedRows, IAscendingIntegerCollection selectedColumns)
 {
     m_Controller = new ExportGalacticSpcFileDialogController(this, table, selectedRows, selectedColumns);
 }