HamBook – Diff between revs 59 and 61
?pathlinks?
Rev 59 | Rev 61 | |||
---|---|---|---|---|
Line 786... | Line 786... | |||
786 | try |
786 | try |
|
787 | { |
787 | { |
|
788 | toolStripProgressBar1.Value = toolStripProgressBar1.Maximum; |
788 | toolStripProgressBar1.Value = toolStripProgressBar1.Maximum; |
|
789 | toolStripStatusLabel1.Text = "Done."; |
789 | toolStripStatusLabel1.Text = "Done."; |
|
790 | } |
790 | } |
|
791 | catch (NullReferenceException ex) |
791 | catch (NullReferenceException) |
|
792 | { |
792 | { |
|
793 | // toolStripProgressBar1 disposed on close |
793 | // toolStripProgressBar1 disposed on close |
|
794 | } |
794 | } |
|
795 | } |
795 | } |