Beispiel #1
0
        // strip-menu item apikey
        private void aPIKeysToolStripMenuItem_Click(object sender, EventArgs e)
        {
            APIKeyForm apiForm = new APIKeyForm();

            apiForm.FormBorderStyle = FormBorderStyle.FixedDialog;
            apiForm.Show();
        }
Beispiel #2
0
 // strip-menu item apikey
 private void aPIKeysToolStripMenuItem_Click(object sender, EventArgs e)
 {
     APIKeyForm apiForm = new APIKeyForm();
     apiForm.FormBorderStyle = FormBorderStyle.FixedDialog;
     apiForm.Show();
 }