Exemple #1
0
        public SettingsForm(Framework.Interfaces.ICore core)
            : this()
        {
            _sp          = new SettingsPanel(core);
            _sp.Location = new Point(12, 12);
            this.Controls.Add(_sp);

            this.Text         = Utils.LanguageSupport.Instance.GetTranslation(STR_TITLE);
            this.button1.Text = Utils.LanguageSupport.Instance.GetTranslation(STR_OK);
        }
Exemple #2
0
        public SettingsForm(Framework.Interfaces.ICore core)
            : this()
        {
            _sp = new SettingsPanel(core);
            _sp.Location = new Point(12, 12);
            this.Controls.Add(_sp);

            this.Text = Utils.LanguageSupport.Instance.GetTranslation(STR_TITLE);
            this.button1.Text = Utils.LanguageSupport.Instance.GetTranslation(STR_OK);
        }