Exemplo n.º 1
0
 private void pictureBox2_Click(object sender, EventArgs e)
 {
     FullscreenImage image = new FullscreenImage(pictureBox2.ImageLocation, "NastyFans Seat / Bitcoin Chart");
     image.ShowDialog();
 }
Exemplo n.º 2
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     FullscreenImage image = new FullscreenImage(pictureBox1.ImageLocation, "Bitstamp USD Chart");
     image.ShowDialog();
 }