Subversion Repositories Code-Repo

Rev

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

Rev 53 Rev 63
Line 53... Line 53...
53
                    Invoke(new updateStatus_(updateStatus), new object[] { status });
53
                    Invoke(new updateStatus_(updateStatus), new object[] { status });
54
            }
54
            }
55
            catch (Exception e)
55
            catch (Exception e)
56
            {
56
            {
57
                //MessageBox.Show(e.ToString(), "Error");
57
                //MessageBox.Show(e.ToString(), "Error");
58
                DebugText.appendText(e.ToString());
58
                Debug.appendText(e.ToString());
59
                MessageBox.Show("An error has occured. Please notify a supervisor to debug.", "Error");
59
                MessageBox.Show("An error has occured. Please notify a supervisor to debug.", "Error");
60
            }
60
            }
61
        }
61
        }
62
        delegate void closeForm_();
62
        delegate void closeForm_();
63
        public void closeForm()
63
        public void closeForm()
Line 72... Line 72...
72
                    Invoke(new closeForm_(closeForm), new object[] { });
72
                    Invoke(new closeForm_(closeForm), new object[] { });
73
            }
73
            }
74
            catch (Exception e)
74
            catch (Exception e)
75
            {
75
            {
76
                //MessageBox.Show(e.ToString(), "Error");
76
                //MessageBox.Show(e.ToString(), "Error");
77
                DebugText.appendText(e.ToString());
77
                Debug.appendText(e.ToString());
78
                MessageBox.Show("An error has occured. Please notify a supervisor to debug.", "Error");
78
                MessageBox.Show("An error has occured. Please notify a supervisor to debug.", "Error");
79
            }
79
            }
80
        }
80
        }
81
    }
81
    }
82
}
82
}