private void button3_Click(object sender, EventArgs e) { textBox1.Text = DataHide.showInformation(pictureBox1.Image, textBox3.Text, textBox2.Text); }
private void button2_Click(object sender, EventArgs e) { pictureBox2.Image = DataHide.hideInformation(new Bitmap(pictureBox1.Image), textBox1.Text, textBox2.Text); }