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