Exemple #1
0
    private bool Configure()
    {
      SetupForm setup = new SetupForm();

      if (setup.ShowDialog() == DialogResult.OK)
      {
        SaveSettings();

        return true;
      }

      return false;
    }