Esempio n. 1
0
 private void btniOs_Click(object sender, EventArgs e)
 {
     ioS                 = new Iphone();
     label1.Text         = ioS.RunIosGame(txtboxInfo.Text);
     pictureBox1.Visible = true;
 }
Esempio n. 2
0
 public string RunAndroidGame(string info)
 {
     return(ProcessGame(iosPhone.RunIosGame(info)));
 }