Subversion Repositories Code-Repo

Rev

Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 15
Line 30... Line 30...
30
        public Reimage_USB_Drive_Progress_Form()
30
        public Reimage_USB_Drive_Progress_Form()
31
        {
31
        {
32
            InitializeComponent();
32
            InitializeComponent();
33
            btn_Cancel.Text = "Cancel";
33
            btn_Cancel.Text = "Cancel";
34
            this.updateStatus("Beginning the Reimaging of USB Drives");
34
            this.updateStatus("Beginning the Reimaging of USB Drives");
35
            //this.updateStatus("Beginning the Reimaging of USB Drives Beginning the Reimaging of USB Drives Beginning the Reimaging of USB Drives Beginning the Reimaging of USB Drives Beginning the Reimaging of USB Drives Beginning the Reimaging of USB Drives Beginning the Reimaging of USB Drives");
-
 
36
        }
35
        }
37
        private void btn_Cancel_Click(object sender, EventArgs e)
36
        private void btn_Cancel_Click(object sender, EventArgs e)
38
        {
37
        {
39
            Reimage_USB_Drives.bwThread.CancelAsync();
38
            Reimage_USB_Drives.bwThread.CancelAsync();
40
            foreach (BackgroundWorker bw in Reimage_USB_Drives.backgroundWorkerList)
39
            foreach (BackgroundWorker bw in Reimage_USB_Drives.backgroundWorkerList)