Beispiel #1
0
        private void findInhabitTypeButton_Click(object sender, EventArgs e)
        {
            FindInhabitType fit = new FindInhabitType();

            if (fit.ShowDialog() == DialogResult.OK)
            {
                inhabitTypeIntegerInput.Value = fit.Flags;
            }
        }
        private void findInhabitTypeButton_Click(object sender, EventArgs e)
        {
            FindInhabitType fit = new FindInhabitType();

            fit.ShowDialog();
        }