Exemplo n.º 1
0
 void CatchQueryException(QueryExceptionEvents e)
 {
     MessageBox.Show(e.e.Message, "Error");
     LockUnlockGUIControls(false);
     toolStripStatusLabel2.Text = Resources.Waiting;
 }
Exemplo n.º 2
0
 void wb_QueryError(object sender, QueryExceptionEvents e)
 {
     this.Invoke(new CatchQueryExceptionD(this.CatchQueryException), e);
 }