Beispiel #1
0
        /// <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>();
        }
Beispiel #2
0
 void GoToForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     FormList.Remove <GoToForm>();
 }