private void Main_Load(object sender, EventArgs e) { Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException); AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); output.Show(dockPanel); dbExplorer.Show(dockPanel); }
private void Main_Load(object sender, EventArgs e) { Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException); AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); //startForm.Show(dockPanel); dbExplorer.Show(dockPanel); output.Show(dockPanel); terminal.Show(dockPanel); Text = Text + @" v" + Application.ProductVersion; }