private void button1_Click(object sender, EventArgs e) { Engine.Clearbackground(); }
public Form1() { InitializeComponent(); Engine.Initialize(pictureBox1, listBox1, textBox4, textBox5, textBox6, textBox7, comboBox1); }