/// <summary> /// Initialize the window to edit the raster layer extent. /// </summary> public EditExtentForm() { InitializeComponent(); InitializeRasterComboBox(inputRasterComboBox); InitializeRasterComboBox(outputExtentComboBox); // Remove the this.FormClosed += (s, e) => FormList.Remove<EditExtentForm>(); }
void GoToForm_FormClosed(object sender, FormClosedEventArgs e) { FormList.Remove <GoToForm>(); }