コード例 #1
0
ファイル: EditExtentForm.cs プロジェクト: 1990q828j/ares
        /// <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>();
        }
コード例 #2
0
ファイル: GoToForm.cs プロジェクト: sishui198/ares
 void GoToForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     FormList.Remove <GoToForm>();
 }