Exemplo n.º 1
0
 private void Button1_Click(object sender, EventArgs e)
 {
     SetTextValue(CMD.Execute("adb connect " + textBox2.Text + ":" + textBox1.Text));
     Close();
 }
Exemplo n.º 2
0
 private void Button2_Click(object sender, EventArgs e)
 {
     TextBox1.Text = CMD.Execute("adb devices");
 }
Exemplo n.º 3
0
 private void Button4_Click(object sender, EventArgs e)
 {
     TextBox1.Text = CMD.Execute("adb kill-server");
 }
Exemplo n.º 4
0
 private void Button1_Click(object sender, EventArgs e)
 {
     TextBox1.Text = CMD.Execute("adb version");
 }