Beispiel #1
0
        private void FormMain_Load(object sender, EventArgs e)
        {
            if (AmbLib.IsAdministrator())
            {
                this.Text += " (" + Properties.Resources.ADMINISTRATOR + ")";
                btnReopenAsAdmin.Visible = false;
            }

            FormMain_Resize(this, null);

            UpdateMacros();
        }