private void BtnDirectory_Click(object sender, EventArgs e) { directory = BasicForm.DirectoryUploadPrompt(); TbDirectory.Text = directory; }