private void BuscarButton_Click(object sender, EventArgs e) { if (BuscadorArchivos.ShowDialog() == DialogResult.OK) { RutaTxt.Text = BuscadorArchivos.FileName; } }
public void Awake() { if (singelton == null) { singelton = this; DontDestroyOnLoad(gameObject); } else { Destroy(gameObject); } }