void ButdownPrice_Click(object sender, EventArgs e) { Button butDown = FindViewById<Button> (Resource.Id.butDownPrice); butDown.Enabled = false; DownloadHelper download= new DownloadHelper(); download.Downloadhandle = DownItemPricesDoneDlg; download.CallingActivity = this; download.NotDownloadAll (); download.startDownloadItemPrices(); }
void butDownloadCusts(object sender,EventArgs e) { Button butDown = FindViewById<Button> (Resource.Id.butDownCust); butDown.Enabled = false; DownloadHelper download= new DownloadHelper(); download.Downloadhandle = DownCustDoneDlg; download.CallingActivity = this; download.NotDownloadAll (); download.startDownloadCustomer (); }
void ButdownStock_Click(object sender, EventArgs e) { Button butDown = FindViewById <Button> (Resource.Id.butDownStock); butDown.Enabled = false; DownloadHelper download = new DownloadHelper(); download.Downloadhandle = DownItemsDoneDlg; download.CallingActivity = this; download.NotDownloadAll(); download.startDownloadItemGR(); }
void butDownloadCusts(object sender, EventArgs e) { Button butDown = FindViewById <Button> (Resource.Id.butDownCust); butDown.Enabled = false; DownloadHelper download = new DownloadHelper(); download.Downloadhandle = DownCustDoneDlg; download.CallingActivity = this; download.NotDownloadAll(); download.startDownloadCustomer(); }