private void button1_Click(object sender, EventArgs e) { img = new Img8x8(); Work(); }
public Form1() { InitializeComponent(); img = new Img8x8(); }