Ejemplo n.º 1
0
 private void saveToolStripMenuItem_Click(object sender, EventArgs e)
 {
     c.save(pb, lb.Text);
     MessageBox.Show("Saved");
 }