Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     android             = new Samsung();
     label2.Text         = android.RunAndroidGame(txtboxInfo.Text);
     pictureBox2.Visible = true;
 }