private void connectAdmin_Click(object sender, EventArgs e) { connectAdmin fr = new connectAdmin(mark, mapTextMark, mapTextObject, 1); fr.Show(); this.Close(); }
private void отправитьЗапросАдминистраторуToolStripMenuItem_Click(object sender, EventArgs e) { if (mapTextMark.Count == 0) { MessageBox.Show("Вы уже имеете права на чтение всей доступной информации.", "Назад", MessageBoxButtons.OK, MessageBoxIcon.Information); return; } connectAdmin fr = new connectAdmin(mark, mapTextMark, mapTextObject, 0); fr.Show(); this.Close(); }