private static void GetFileFormURLAsynch(string URL, string Path) { // download file BO.DownloadFile(URL, Path); }
private void GetFolder() { // get folder txtPath.Text = BO.GetFolder(); }
private void btnCancel_Click(object sender, EventArgs e) { // exit application BO.Exit(); }