private void cancelNote_Click(object sender, EventArgs e) { specificNote c = new specificNote(); c.RefToSpecificNote = this; this.Visible = false; c.Show(); }
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { specificNote c = new specificNote(); c.RefToSpecificNote = this; this.Visible = false; c.Show(); }