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