WindowsFormsApplication4.Form2.Card_Click C# (CSharp) Method

Card_Click() private method

private Card_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void Card_Click(object sender, EventArgs e)
        {
            /*  Label title = new Label();
            title.Text = "card";
            //sp.Panel1.Controls.Add(title);
            CardForm card = new CardForm(this);
            //card.Show();
            //this.Visible = false;

            this.splitContainer1.Panel2.Controls.Add(card);*/
        }