Ejemplo n.º 1
0
 private void buttonOculus_Click(object sender, EventArgs e)
 {
     textBoxDirectory.Text      = path.GetMoreValidOculusLocation();
     installer.installDirectory = textBoxDirectory.Text;
 }
Ejemplo n.º 2
0
 private void buttonOculus_Click(object sender, EventArgs e)
 {
     textBoxDirectory.Text      = path.GetMoreValidOculusLocation();
     installer.installDirectory = textBoxDirectory.Text;
     this.Invoke((MethodInvoker)(() => { ShowReleases(); }));
 }