Exemplo n.º 1
0
        private void cancelNote_Click(object sender, EventArgs e)
        {
            specificNote c = new specificNote();

            c.RefToSpecificNote = this;
            this.Visible        = false;
            c.Show();
        }
Exemplo n.º 2
0
        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            specificNote c = new specificNote();

            c.RefToSpecificNote = this;
            this.Visible        = false;
            c.Show();
        }