Esempio n. 1
0
 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();
 }
Esempio n. 2
0
 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 ();
 }
Esempio n. 3
0
        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();
        }
Esempio n. 4
0
        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();
        }