public ContextMenu(Button btn, Panel workses, AddRedact s) { InitializeComponent(); this.Location = new Point((Cursor.Position.X), (Cursor.Position.Y)); this.adRe = s; this.Tool_.SetToolTip(this.StringButton, "Создать обычную строку"); this.Tool_.SetToolTip(this.CheckButtom, "Создать галочку"); this.wie = workses; this.but = btn; but.Enabled = false; }
private void AdNeMe_Click(object sender, EventArgs e) { AddRedact woks = new AddRedact(); woks.Show(); }
public void PoleLista_MouseDoubleClick(object sender, EventArgs ee) { AddRedact woks = new AddRedact(); woks.Show(); }
public Text_kusock(AddRedact ss) { InitializeComponent(); this.addred = ss; }
public check_kusock(AddRedact ar) { InitializeComponent(); this.addred = ar; }
private void Redact_Click(object sender, EventArgs e) { AddRedact woks = new AddRedact(ID_text); woks.Show(); }