private void Button6_Click(object sender, EventArgs e) { Dialog_Class d = new Dialog_Class(); d.Copyright(); }
private void Button9_Click(object sender, EventArgs e) { Dialog_Class d = new Dialog_Class(); textBox2.Text = runApp_path = d.FilePath(); }