Exemplo n.º 1
0
        public SettingsPanel(GeocacheViewerForm viewer)
        {
            InitializeComponent();

            _viewer = viewer;

            comboBoxTemplates.Items.Add(Utils.LanguageSupport.Instance.GetTranslation("Geocache template"));
            comboBoxTemplates.Items.Add(Utils.LanguageSupport.Instance.GetTranslation("Log even template"));
            comboBoxTemplates.Items.Add(Utils.LanguageSupport.Instance.GetTranslation("Log odd template"));
            comboBoxTemplates.SelectedIndex = 0;
        }
Exemplo n.º 2
0
        public SettingsPanel(GeocacheViewerForm viewer)
        {
            InitializeComponent();

            _viewer = viewer;

            comboBoxTemplates.Items.Add(Utils.LanguageSupport.Instance.GetTranslation("Geocache template"));
            comboBoxTemplates.Items.Add(Utils.LanguageSupport.Instance.GetTranslation("Log even template"));
            comboBoxTemplates.Items.Add(Utils.LanguageSupport.Instance.GetTranslation("Log odd template"));
            comboBoxTemplates.SelectedIndex = 0;
        }
Exemplo n.º 3
0
 public LocalRequestHandler(GeocacheViewerForm parent, ICore core)
 {
     _parent = parent;
     _core   = core;
 }
Exemplo n.º 4
0
 public LocalRequestHandler(GeocacheViewerForm parent, ICore core)
 {
     _parent = parent;
     _core = core;
 }