Exemplo n.º 1
0
        private void BtnConfig_Click(object sender, EventArgs e)
        {
            var cfg = new CfgSettings(this);

            cfg.SetBounds(0, 0, 400, 500, BoundsSpecified.Size);
            cfg.ShowDialog();
            RefreshSettings();
        }
Exemplo n.º 2
0
        private void btnConfig_Click(object sender, EventArgs e)
        {
            var cfg = new CfgSettings(this);

            cfg.ShowDialog();
        }