using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace picture
{
public partial class Form1 : Form
{
static int count0 = 0;
static int count1 = 0;
static int count2 = 0;
static int count3 = 0;
static int count4 = 0;
static int count5 = 0;
static int count6 = 0;
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Random r = new Random();
int i = r.Next(7);
switch (i)
{
case 0:
pictureBox1.Image = Properties.Resources.carmelo;
cou