Ejemplo n.º 1
0
        private void checkBoxTransparent_CheckedChanged(object sender, EventArgs e)
        {
            if (isAplying)
            {
                return;
            }

            isAplying = true;
            uniwinc.EnableTransparent(checkBoxTransparent.Checked);
            isAplying = false;
        }