Example #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     if (device != null)
     {
         libimobiledevice_dotnet.lockdownd lockdownd = new libimobiledevice_dotnet.lockdownd(device, "test");
         lockdownd.activate_via_apple_servers();
     }
 }
 private void button3_Click(object sender, EventArgs e)
 {
     if (device != null)
     {
         libimobiledevice_dotnet.lockdownd lockdownd = new libimobiledevice_dotnet.lockdownd(device, "test");
         lockdownd.activate_via_apple_servers();
     }
 }
Example #3
0
 private void button2_Click(object sender, EventArgs e)
 {
     if (device != null)
     {
         libimobiledevice_dotnet.lockdownd lockdownd = new libimobiledevice_dotnet.lockdownd(device, "test");
         lockdownd.deactivate();
     }
 }
 private void button2_Click(object sender, EventArgs e)
 {
     if (device != null)
     {
         libimobiledevice_dotnet.lockdownd lockdownd = new libimobiledevice_dotnet.lockdownd(device, "test");
         lockdownd.deactivate();
     }
 }